FilePdf Class

FilePdf Class

Support for PDF file format
Inheritance Hierarchy
SystemObject
  Rhino.FileIOFilePdf

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public abstract class FilePdf
Public MustInherit Class FilePdf

The FilePdf type exposes the following members.

Constructors
  NameDescription
Protected methodFilePdf
Initializes a new instance of the FilePdf class
Top
Methods
  NameDescription
Public methodAddPage(ViewCaptureSettings)
Add a new page to this document and draw a viewport into it based on provided ViewCaptureSettings
Public methodAddPage(Int32, Int32, Int32)
Add a blank page to this document
Public methodStatic memberCreate
Create a new instance of a FilePdf class
Public methodDrawBitmap
Draw a bitmap
Public methodDrawLine
Draw a line
Public methodDrawPolyline
Draw a polyline path
Public methodDrawText
Draw text on a page
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodFirePreWriteEvent
Called by the framework to fire a PreWrite event
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPdfDocumentImplementation
Get actual implementation of PdfDocument class
Public methodToString (Inherited from Object.)
Public methodWrite(Stream)
Write pdf to a stream
Public methodWrite(String)
Write pdf to a file
Top
Events
  NameDescription
Public eventStatic memberPreWrite
Fired immediately before a Pdf is written
Top
Version Information

Rhino for Windows

Supported in: 6.8
See Also