Skip to content

FilePdf

Public Class

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

Initializes a new instance of the FilePdf class


Properties

Name

Description


Public Property

Add layers as “optional content groups” to the PDF. This is the visible layer tree available in PDF viewers


Methods

Name

Description


Public Method

Add a new page to this document and draw a viewport into it based on provided ViewCaptureSettings


Public Method

Add a blank page to this document


Public Method
Static Member

Create a new instance of a FilePdf class


Public Method

Draw a bitmap


Public Method

Draw a line


Public Method

Draw a polyline path


Public Method

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

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

Get actual implementation of PdfDocument class


Public Method
Static Member

Read a PDF file into a RhinoDoc


Public Method

ToString

Returns a string that represents the current object.

(Inherited from Object.)


Public Method

Write PDF to a stream


Public Method

Write PDF to a file


Events

Name

Description


Public Event
Static Member

Fired immediately before a PDF is written