FilePdf
Support for PDF file format
Inheritance Hierarchy
System.Object
Rhino.FileIO.FilePdf
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public abstract class FilePdf
The FilePdf type exposes the following members.
Constructors
Name
Description
Protected Method
FilePdf
Initializes a new instance of the FilePdf class
Properties
Name
Description
Public Property
LayersAsOptionalContentGroups
Add layers as “optional content groups” to the PDF. This is the visible layer tree available in PDF viewers
Methods
Name
Description
Public Method
AddPage(ViewCaptureSettings)
Add a new page to this document and draw a viewport into it based on provided ViewCaptureSettings
Public Method
AddPage(Int32, Int32, Int32)
Add a blank page to this document
Public Method
Static Member
Create
Create a new instance of a FilePdf class
Public Method
DrawBitmap
Draw a bitmap
Public Method
DrawLine
Draw a line
Public Method
DrawPolyline
Draw a polyline path
Public Method
DrawText
Draw text on a page
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected Method
Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected Method
FirePreWriteEvent
Called by the framework to fire a PreWrite event
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected Method
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public Method
PdfDocumentImplementation
Get actual implementation of PdfDocument class
Public Method
Static Member
Read
Read a PDF file into a RhinoDoc
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public Method
Write(Stream)
Write PDF to a stream
Public Method
Write(String)
Write PDF to a file
Events
Name
Description
Public Event
Static Member
PreWrite
Fired immediately before a PDF is written