RhinoCommon API
FilePdf Class |
Support for PDF file format
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
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 | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| FirePreWriteEvent |
Called by the framework to fire a PreWrite event
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| PdfDocumentImplementation |
Get actual implementation of PdfDocument class
| |
| ToString | (Inherited from Object.) | |
| Write(Stream) | Write pdf to a stream | |
| Write(String) | Write pdf to a file |