Document Methods |
The Document type exposes the following members.
Name | Description | |
---|---|---|
![]() | BindXml(Stream) |
Bind xml to document
|
![]() | BindXml(String) |
Bind xml to document
|
![]() | BindXml(Stream, Stream) |
Bind xml/xsl to document
|
![]() | BindXml(String, String) |
Bind xml/xsl to document
|
![]() | BindXml(Stream, Stream, XmlReaderSettings) |
Bind xml/xsl to document
|
![]() | ChangePasswords |
Changes document passwords. This action can be done only using owner password.
|
![]() | Check |
Validates document.
|
![]() | Convert(DocumentCallBackGetHocr) |
Convert document and save errors into the specified file.
|
![]() | Convert(PdfFormatConversionOptions) |
Convert document using specified conversion options
|
![]() | Convert(Stream, PdfFormat, ConvertErrorAction) |
Convert document and save errors into the specified stream.
|
![]() | Convert(String, PdfFormat, ConvertErrorAction) |
Convert document and save errors into the specified file.
|
![]() ![]() | Convert(Stream, LoadOptions, Stream, SaveOptions) |
Converts stream in source format into stream in destination format.
|
![]() ![]() | Convert(Stream, LoadOptions, String, SaveOptions) |
Converts stream in source format into destination file in destination format.
|
![]() | Convert(Stream, PdfFormat, ConvertErrorAction, ConvertTransparencyAction) |
Convert document and save errors into the specified file.
|
![]() ![]() | Convert(String, LoadOptions, Stream, SaveOptions) |
Converts source file in source format into stream in destination format.
|
![]() ![]() | Convert(String, LoadOptions, String, SaveOptions) |
Converts source file in source format into destination file in destination format.
|
![]() | Convert(String, PdfFormat, ConvertErrorAction, ConvertTransparencyAction) |
Convert document and save errors into the specified file.
|
![]() | ConvertPageToPNGMemoryStream |
Convert page to PNG for DSR, OMR , OCR
|
![]() | Decrypt |
Decrypts the document. Call then Save to obtain decrypted version of the document.
|
![]() | Dispose |
Closes all resources used by this document.
|
![]() | Encrypt(String, String, Permissions, CryptoAlgorithm) |
Encrypts the document. Call then Save to get encrypted version of the document.
|
![]() | Encrypt(String, String, DocumentPrivilege, CryptoAlgorithm, Boolean) |
Encrypts the document. Call then Save to get encrypted version of the document.
|
![]() | Encrypt(String, String, Permissions, CryptoAlgorithm, Boolean) |
Encrypts the document. Call then Save to get encrypted version of the document.
|
![]() | Equals | (Inherited from Object.) |
![]() | ExportAnnotationsToXfdf(Stream) |
Export all document annotations into stream.
|
![]() | ExportAnnotationsToXfdf(String) |
Exports all document annotations to XFDF file
|
![]() | Flatten |
Removes all fields from the document and place their values instead.
|
![]() | Flatten(FormFlattenSettings) |
Removes all fields from the document and place their values instead.
|
![]() | FreeMemory |
Clears memory
|
![]() | GetCatalogValue |
Returns item value from catalog dictionary.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetObjectById |
Gets a object with specified ID in the document.
|
![]() | GetType | (Inherited from Object.) |
![]() | GetXmpMetadata |
Get XMP metadata from document.
|
![]() | ImportAnnotationsFromXfdf(Stream) |
Imports annotations from stream to document.
|
![]() | ImportAnnotationsFromXfdf(String) |
Imports annotations from XFDF file to document.
|
![]() | Optimize |
Linearize document in order to
- open the first page as quickly as possible;
- display next page or follow by link to the next page as quickly as possible;
- display the page incrementally as it arrives when data for a page is delivered over a slow channel (display the most useful data first);
- permit user interaction, such as following a link, to be performed even before the entire page has been received and displayed.
Invoking this method doesn't actually saves the document. On the contrary the document only is prepared to have optimized structure,
call then Save to get optimized document.
|
![]() | OptimizeResources |
Optimize resources in the document:
1. Resources which are not used on the document pages are removed;
2. Equal resources are joined into one object;
3. Unused objects are deleted.
|
![]() | OptimizeResources(OptimizationOptions) |
Optimize resources in the document according to defined optimization strategy.
|
![]() | ProcessParagraphs |
Process paragraphs for generator.
|
![]() | RemoveMetadata |
Removes metadata from the document.
|
![]() | RemovePdfaCompliance |
Remove pdfa compliance from the document
|
![]() | RemovePdfUaCompliance |
Remove pdfUa compliance from the document
|
![]() | Repair |
Repairs broken document.
|
![]() | Save |
Save document incrementally (i.e. using incremental update technque).
|
![]() | Save(Stream) |
Stores document into stream.
|
![]() | Save(String) |
Saves document into the specified file.
|
![]() | Save(Stream, SaveFormat) |
Saves the document with a new name along with a file format.
|
![]() | Save(Stream, SaveOptions) |
Saves the document to a stream with a save options.
|
![]() | Save(String, SaveFormat) |
Saves the document with a new name along with a file format.
|
![]() | Save(String, SaveOptions) |
Saves the document with a new name setting its save options.
|
![]() | Save(HttpResponse, String, ContentDisposition, SaveOptions) |
Saves the document to a response stream with a save options.
|
![]() | SaveXml |
Save document to XML.
|
![]() | SendTo(DocumentDevice, Stream) |
Sends the whole document to the document device for processing.
|
![]() | SendTo(DocumentDevice, String) |
Sends the whole document to the document device for processing.
|
![]() | SendTo(DocumentDevice, Int32, Int32, Stream) |
Sends the certain pages of the document to the document device for processing.
|
![]() | SendTo(DocumentDevice, Int32, Int32, String) |
Sends the whole document to the document device for processing.
|
![]() | SetTitle |
Set Title for Pdf Document
|
![]() | SetXmpMetadata |
Set XMP metadata of document.
|
![]() | ToString | (Inherited from Object.) |
![]() | Validate(PdfFormatConversionOptions) |
Validate document into the specified file.
|
![]() | Validate(Stream, PdfFormat) |
Validate document into the specified file.
|
![]() | Validate(String, PdfFormat) |
Validate document into the specified file.
|