PdfDevice Class |
Namespace: Aspose.TeX.Presentation.Pdf
The PdfDevice type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfDevice |
Creates new instance.
The output file will be written to the output working
directory taking the job name as a file name.
|
![]() | PdfDevice(Stream) |
Creates new instance.
The output file will be written to specified stream.
|
![]() | PdfDevice(PdfDevice) |
Clone constructor. Initializes this device with another device.
|
Name | Description | |
---|---|---|
![]() | DestinationName |
Gets destination name: output file name or device description.
(Overrides DeviceDestinationName.) |
![]() | Fill |
Gets/sets the current fill.
(Overrides DeviceFill.) |
![]() | FillOpacity |
Gets/sets the current fill opacity.
(Overrides DeviceFillOpacity.) |
![]() | IsReady |
Shows if device is ready for output.
(Overrides DeviceIsReady.) |
![]() | PageCount |
Gets the number of pages.
(Overrides DevicePageCount.) |
![]() | Stroke |
Gets/sets the current stroke.
(Overrides DeviceStroke.) |
![]() | StrokeOpacity |
Gets/sets the current stroke opacity.
(Overrides DeviceStrokeOpacity.) |
Name | Description | |
---|---|---|
![]() | AddBookmark |
Adds the bookmark identified by the name.
|
![]() | AddHyperlink |
Set the hyperlink with a URI as its target.
(Overrides DeviceAddHyperlink(RectangleF, Pen, String).) |
![]() | Create |
Creates a copy of this device.
(Overrides DeviceCreate.) |
![]() | Dispose |
Disposes this device instance. Finalizes this device instance graphics state,
i.e. switches APS composing context to the ApsCanvas of the level higher then this
device's graphics state ApsCanvas.
(Overrides DeviceDispose.) |
![]() | DrawPath |
Draws a path.
(Overrides DeviceDrawPath(GraphicsPath).) |
![]() | DrawString |
Draws a text string.
(Overrides DeviceDrawString(String, Single, Single, ListGlyphData).) |
![]() | EndDocument |
Finalizes the whole document.
(Overrides DeviceEndDocument.) |
![]() | EndFragment |
Ends a fragment to rasterize.
|
![]() | EndPage |
Finalizes a page.
(Overrides DeviceEndPage.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | FillPath |
Fill a path.
(Overrides DeviceFillPath(GraphicsPath).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Init |
Initializes device.
(Overrides DeviceInit.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RestoreGraphicsState |
Rolls back to the graphics state previously saved.
(Inherited from Device.) |
![]() | SaveGraphicsState |
Saves the current graphics state.
(Inherited from Device.) |
![]() | SetClip |
Sets the current clip path.
(Overrides DeviceSetClip(GraphicsPath).) |
![]() | SetTransform |
Sets the current coordinate space transformation.
(Overrides DeviceSetTransform(Matrix).) |
![]() | ShowImage |
Shows a raster image.
(Overrides DeviceShowImage(PointF, SizeF, Byte).) |
![]() | StartDocument |
Starts the whole document.
(Overrides DeviceStartDocument.) |
![]() | StartFragment |
Starts a fragment to rasterize.
|
![]() | StartPage |
Starts a new page.
(Overrides DeviceStartPage(Single, Single).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |