FilePdf Methods |
The FilePdf type exposes the following members.
Name | Description | |
---|---|---|
AddPage(ViewCaptureSettings) |
Add a new page to this document and draw a viewport into it based on
provided ViewCaptureSettings
| |
AddPage(Int32, Int32, Int32) |
Add a blank page to this document
| |
Create | Create a new instance of a FilePdf class | |
DrawBitmap |
Draw a bitmap
| |
DrawLine |
Draw a line
| |
DrawPolyline |
Draw a polyline path
| |
DrawText |
Draw text on a page
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FirePreWriteEvent |
Called by the framework to fire a PreWrite event
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PdfDocumentImplementation |
Get actual implementation of PdfDocument class
| |
Read | Read a PDF file into a RhinoDoc | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Write(Stream) | Write PDF to a stream | |
Write(String) | Write PDF to a file |