PdfDevice Class |
Namespace: Aspose.Html.Rendering.Pdf
The PdfDevice type exposes the following members.
Name | Description | |
---|---|---|
PdfDevice(Stream) |
Initializes a new instance of the PdfDevice class.
| |
PdfDevice(String) |
Initializes a new instance of the PdfDevice class.
| |
PdfDevice(ICreateStreamProvider) |
Initializes a new instance of the PdfDevice class.
| |
PdfDevice(PdfRenderingOptions, ICreateStreamProvider) |
Initializes a new instance of the PdfDevice class by rendering options and stream provider.
| |
PdfDevice(PdfRenderingOptions, Stream) |
Initializes a new instance of the PdfDevice class by rendering options and output stream.
| |
PdfDevice(PdfRenderingOptions, String) |
Initializes a new instance of the PdfDevice class by rendering options and output file name.
|
Name | Description | |
---|---|---|
Configuration |
Gets device configuration.
(Inherited from DeviceTGraphicContext, TRenderingOptions.) | |
GraphicContext |
Gets the graphic context
(Inherited from DeviceTGraphicContext, TRenderingOptions.) | |
Options |
Gets rendering options.
(Inherited from DeviceTGraphicContext, TRenderingOptions.) | |
OutputStream |
Sets and gets the output stream.
(Inherited from DeviceTGraphicContext, TRenderingOptions.) | |
PageIndex |
Sets or gets the index of the current page
(Inherited from DeviceTGraphicContext, TRenderingOptions.) | |
StreamProvider |
Gets the stream provider object.
(Inherited from DeviceTGraphicContext, TRenderingOptions.) |
Name | Description | |
---|---|---|
AddRect |
Appends a rectangle to the current path as a complete subpath.
(Overrides DeviceTGraphicContext, TRenderingOptionsAddRect(RectangleF).) | |
BeginDocument |
Begins rendering of the document.
(Overrides DeviceTGraphicContext, TRenderingOptionsBeginDocument(Document).) | |
BeginElement |
Begins rendering of the html element.
(Overrides DeviceTGraphicContext, TRenderingOptionsBeginElement(Element, RectangleF).) | |
BeginPage |
Begins rendering of the new page.
(Overrides DeviceTGraphicContext, TRenderingOptionsBeginPage(SizeF).) | |
Clip |
Modifies the current clipping path by intersecting it with the current path, using the FillMode rule to determine the region to fill.
This method terminates current path.
(Overrides DeviceTGraphicContext, TRenderingOptionsClip(FillMode).) | |
ClosePath |
Closes the current subpath by appending a straight line segment from the current point to the starting point of the subpath.
If the current subpath is already closed, "ClosePath" does nothing.
This operator terminates the current subpath. Appending another segment to the current path begins a new subpath,
even if the new segment begins at the endpoint reached by the "ClosePath" method.
(Overrides DeviceTGraphicContext, TRenderingOptionsClosePath.) | |
CubicBezierTo |
Appends a cubic Bézier curve to the current path. The curve extends from the current point to the point pt2,
using pt1 and pt2 as the Bézier control points. The new current point is pt3.
(Overrides DeviceTGraphicContext, TRenderingOptionsCubicBezierTo(PointF, PointF, PointF).) | |
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from DeviceTGraphicContext, TRenderingOptions.) | |
Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
(Inherited from DeviceTGraphicContext, TRenderingOptions.) | |
DrawImage |
Draws the specified image.
(Overrides DeviceTGraphicContext, TRenderingOptionsDrawImage(Byte, ImageType, RectangleF).) | |
EndDocument |
Ends rendering of the document.
(Overrides DeviceTGraphicContext, TRenderingOptionsEndDocument.) | |
EndElement |
Ends rendering of the html element.
(Overrides DeviceTGraphicContext, TRenderingOptionsEndElement(Element).) | |
EndPage |
Ends rendering of the current page.
(Overrides DeviceTGraphicContext, TRenderingOptionsEndPage.) | |
Equals | (Inherited from Object.) | |
Fill |
Fills the entire region enclosed by the current path.
If the path consists of several disconnected subpaths, it fills the insides of all subpaths,
considered together.
This method terminates current path.
(Overrides DeviceTGraphicContext, TRenderingOptionsFill(FillMode).) | |
FillText |
Fills the specified text string at the specified location.
(Overrides DeviceTGraphicContext, TRenderingOptionsFillText(String, PointF).) | |
Finalize | (Inherited from Object.) | |
Flush |
Flushes all data to output stream.
(Overrides DeviceTGraphicContext, TRenderingOptionsFlush.) | |
GetExtension |
Gets extension of the output file.
(Overrides DeviceTGraphicContext, TRenderingOptionsGetExtension.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Initialize |
Initializes context stack.
(Overrides DeviceTGraphicContext, TRenderingOptionsInitialize.) | |
LineTo |
Appends a straight line segment from the current point to the point (pt). The new current point is pt.
(Overrides DeviceTGraphicContext, TRenderingOptionsLineTo(PointF).) | |
MemberwiseClone | (Inherited from Object.) | |
MoveTo |
Begins a new subpath by moving the current point to coordinates of the parameter pt, omitting any connecting line segment.
If the previous path construction method in the current path was also "MoveTo", the new "MoveTo" overrides it;
no vestige of the previous "MoveTo" operation remains in the path.
(Overrides DeviceTGraphicContext, TRenderingOptionsMoveTo(PointF).) | |
RestoreGraphicContext |
Restores the entire graphics context to its former value by popping it from the stack.
(Overrides DeviceTGraphicContext, TRenderingOptionsRestoreGraphicContext.) | |
SaveGraphicContext |
Pushes a copy of the entire graphics context onto the stack.
(Overrides DeviceTGraphicContext, TRenderingOptionsSaveGraphicContext.) | |
Stroke |
Strokes a line along the current path. The stroked line follows each straight or curved segment in the path,
centered on the segment with sides parallel to it. Each of the path’s subpaths is treated separately.
This method terminates current path.
(Overrides DeviceTGraphicContext, TRenderingOptionsStroke.) | |
StrokeAndFill |
Strokes and fill current path.
This method terminates current path.
(Overrides DeviceTGraphicContext, TRenderingOptionsStrokeAndFill(FillMode).) | |
StrokeText |
Strokes the specified text string at the specified location.
(Overrides DeviceTGraphicContext, TRenderingOptionsStrokeText(String, PointF).) | |
ToString | (Inherited from Object.) |