FilePdfEventArgs Class

FilePdfEventArgs Class

Used for events that are fired while constructing/saving a Pdf
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Rhino.FileIOFilePdfEventArgs

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class FilePdfEventArgs : EventArgs
Public Class FilePdfEventArgs
	Inherits EventArgs

The FilePdfEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyPdf
The document that is about to be written
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

Rhino for Windows

Supported in: 6.8
See Also