PDF .NET Library Documentation - PDF Technologies, Inc.

The PDFDocument type exposes the following members.

Constructors

  NameDescription
PDFDocumentOverloaded.

Methods

  NameDescription
Abort
This procedure will clear all internal data and break generation of the PDF document.
AddAttachment
The function to use if you wish to attach a document to an existing pDF file.
AddLayer
AddNumberingRange
The function add a numbering range to a PDF Document.
AddSchema
Add a new Meta data schema to the document.
AddSignatureOverloaded.
CreateGoToPageAction
CreatePDFImportDataAction
CreatePDFJavaScriptAction
CreatePdfLaunchAction
CreatePdfNamedAction
CreatePdfRemoteGoToAction
CreatePDFResetFormAction
CreatePDFSubmitFormAction
CreatePDFURLAction
CreatePDFVisibleControlAction
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ImportHTML
The function to convert HTML files to PDF
ImportXml
Function used to convert XML files to PDF.
InsertPage
Create ant inserts a PDFPage into the Pages at the specified index.
IsLicenseValid
LoadPdfOverloaded.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
NewPage
Creates a new page in the PDF document and sets CurrentPage property to new generated page.
Save
Generate the PDF document.
SetAction_AfterPrint
An Java Script Action to be performed after print.
SetAction_AfterSave
An Java Script Action to be performed after save.
SetAction_BeforeClose
An Java Script Action to be performed before close.
SetAction_BeforePrint
An Java Script Action to be performed before print.
SetAction_BeforeSave
An Java Script Action to be performed before save.
SetCurrentPage
This function sets CurrentPage to page with number "Index".
TiffToPDFOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
ApplicationName
Internal use only
License
License number. Set to empty if you are using it in the evaluation mode.

Properties

  NameDescription
Aborted
This read-only property is true if the generation of the PDF document was aborted using the Abort method.
AcroForm
Retrieves the form for this document.
Actions
Retrieves the action collection of this document
Attachments
Retrieves the attachments of this document
AutoCreateURL
Gets or sets the URL's automatically created or not.
AutoLaunch
Determines if Adobe Acrobat should be automatically launched to view a newly-generated file.
CurrentPage
This property determines current active page.
DocumentInfo
Information about PDF document.
EncryptionKeySize
Error
Returns possible error messages.
FileName
This is the filename of the PDF file which should be created.
FooterMargins
HeaderMargins
LicenseType
Retrieves the license type you own.
OpenDocumentAction
An action to be performed when the document is opened.
Outlines
Tree of outlines for current PDF document.
PageCount
Count of created pages in current PDF document.
PageFooter
Return this document's footer.
PageHeader
Return this document's header.
Pages
Retrieves the page collection of this document
PageSetupInfo
Gets the default page setup for document's pages.
Schemas
Retrieves the document Meta data collection schemas
UnitOfMeasure
Sets the UnitOfMeasure for the drawing operations.

Events

  NameDescription
Progress
Gets or sets the method to be executed when this event is raised.

See Also