Click or drag to resize

PDFDocGenerator Class

It enables the creation of different PDF documenents
Inheritance Hierarchy
SystemObject
  pdftron.PDFPDFDocGenerator

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class PDFDocGenerator

The PDFDocGenerator type exposes the following members.

Constructors
  NameDescription
Public methodPDFDocGenerator
Initializes a new instance of the PDFDocGenerator class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberGenerateBlankPaperDoc
Create a new document with one page of blank paper.
Public methodStatic memberGenerateDottedPaperDoc
Create a new document with one page of dotted paper
Public methodStatic memberGenerateGraphPaperDoc
Create a new document with one page of graph paper.
Public methodStatic memberGenerateGridPaperDoc
Create a new document with one page of grid paper.
Public methodStatic memberGenerateIsometricDottedPaperDoc
Create a new document with one page of dotted paper
Public methodStatic memberGenerateLinedPaperDoc
Create a new document with one page of lined paper.
Public methodStatic memberGenerateMusicPaperDoc
Create a new document with one page of music paper.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also