ImageGear .NET - Updated
ImGearPDFDocument Class Members
Fields  Properties  Methods 


ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDFDocument Class

The following tables list the members exposed by ImGearPDFDocument.

Public Constructors
 NameDescription
Public Constructor Initializes a new instance of the ImGearPDFDocument class.  
Top
Public Properties
 NameDescription
Public Property Gets the acroform. Create with CreateForm() and delete with DeleteForm(). If a loaded document already has Acroforms, this property will already be created after loading, otherwise it will be null.  
Public Property Gets layer count for the document.  
Public PropertyOverridden.  Gets a collection of the document pages.  
Public Property Gets the signatures present in this document.  
Public Property Gets a type of XFA content is placed in the PDF document.  
Top
Public Methods
 NameDescription
Public MethodOverridden.  Clones the document.  
Public Method Creates a new optional-content membership dictionary object in the given document for the given layers and visibility policy.  
Public Method Creates a new form and associates it with the PDFDocument.  
Public Method Creates a new layer (optional-content group) object in the document.  
Public Method Creates new page in the document.  
Public Method Extracts text from the document.  
Public Method Flattens and removes a single acroform field.  
Public Method Flattens and removes all acroform fields and the acroform itself.  
Public Method Gets the root of the document's bookmark tree.  
Public Method Gets the value of a key in a document's Info dictionary, or the value of this same key in the XMP metadata, whichever is latest.  
Public Method Gets the layer with a specified index.  
Public Method This method gets the specified document's new security handler.  
Public Method This method gets the security data for the specified document's new security handler.  
Public Method This method gets the security information from the specified document's new security handler.  
Public Method This method returns the Catalog dictionary of the PDF document.  
Public Method This method gets the security data for the specified document's current security handler.  
Public Method Inserts pages from given document into the current document.  
Public Method Checks the permissions associated with the specified document using the latest permissions format and determines whether the requested operation is allowed for the specified object in the document.  
Public Method Prints document.  
Public Methodstatic (Shared in Visual Basic) Registers the authorization procedure, which will be called when open a secured PDF file, i.e. a PDF that has either the user or the master password set.  
Public Method Deletes the form associated with the PDFDocument. This will remove all fields from the PDF document.  
Public Method Destroys the layer (optional-content group) object.  
Public Method Removes XFA content from a PDF document.  
Public MethodOverloaded.  Native PDF saving routine, recommended for saving PDF and PS documents to System.IO.Stream object.  
Public MethodOverloaded.  Save highly-compressed PDF document to a System.IO.Stream object.  
Public Method Sets the value of a key in a document's Info dictionary.  
Public Method This method sets specified document's new security handler.  
Public Method This method sets the security data structure for the specified document's new security handler.  
Public Method Checks if all existing signatures are valid, and returns immediately when one fails.  
Top
See Also

Reference

ImGearPDFDocument Class
ImageGear.Formats.PDF Namespace