Click or drag to resize

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

The FilePdf type exposes the following members.

Constructors
  NameDescription
Protected methodFilePdf
Initializes a new instance of the FilePdf class
Top
Properties
  NameDescription
Public propertyLayersAsOptionalContentGroups
Add layers as "optional content groups" to the PDF. This is the visible layer tree available in PDF viewers
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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodFirePreWriteEvent
Called by the framework to fire a PreWrite event
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPdfDocumentImplementation
Get actual implementation of PdfDocument class
Public methodStatic memberRead
Read a PDF file into a RhinoDoc
Public methodToString
Returns a string that represents the current object.
(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
See Also