Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace : Document Class |
The following tables list the members exposed by Document.
Name | Description | |
---|---|---|
UnitsPerInch | Number of units per inch used for document coordinates. |
Name | Description | |
---|---|---|
Annotations | Object that manages the annotations of the document. | |
AutoDeleteFromCache | Indicates whether to delete all the entries that belong to this document from the cache when it is disposed. | |
AutoSaveToCache | Indicates whether to automatically save the document to the cache before it is disposed. | |
Barcodes | Object that manages the barcodes of the document. | |
CacheOptions | Determines which part of the document will be stored in the cache. | |
DocumentId | Unique identifier of this document. | |
DocumentType | Document type. | |
FileLength | Length of the original document file or URL. | |
HasCache | Indicates whether this Document is using the cache. | |
Images | Object that manages the raster and SVG image settings of the document. | |
InternalObject | Internal LEADTOOLS object used with the document. | |
IsDecrypted | Indicates whether this document has been decrypted. | |
IsDownloaded | Indicates if this document was downloaded. | |
IsEncrypted | Indicates whether this document is encrypted. | |
IsReadOnly | Indicates that this document is read-only and cannot be modified. | |
IsStructureSupported | Determines if the document structure is supported. | |
Metadata | Object that manages the metadata of the document. | |
MimeType | MIME type of the document. | |
Name | Name of the document. | |
Pages | Object that manages the pages of the document. | |
RasterCodecs | Object that is used to load or save raster images and SVG documents. | |
Stream | Original document stream. | |
Structure | Object that manages the structure and table of content of the document. | |
Text | Object that manages the text and OCR recognition settings of the document. | |
Uri | URL to the original document physical location. | |
UserData | The user-defined data associated with this document. |
Name | Description | |
---|---|---|
CreateCacheItemPolicy | Create a new policy to be used when items of this document is cached. | |
Decrypt | Decrypt this document using the specified password. | |
Dispose | Overloaded. Releases all resources used by this Document. | |
DocumentToPixels | Converts a value from document units to pixels. | |
GetAnnotationsFileName | Path to the file holding the original annotations. | |
GetDocumentFileName | Path to the file holding the original document. | |
PixelsToDocument | Converts a value from pixels to document units. | |
PointToDocument | Converts a point from pixels to document units. | |
PointToPixels | Converts a point from document units to pixels. | |
RectToDocument | Converts a rectangle from pixels to document units. | |
RectToPixels | Converts a rectangle from document units to pixels. | |
SaveToCache | Saves the document to the cache. | |
SaveToFile | Exports this document to the specified file using the specified format. | |
SaveToUri | Exports this document to the specified remote URL using the specified format. | |
SizeToDocument | Converts a size from pixels to document units. | |
SizeToPixels | Converts a size from document units to pixels. |
Document Class
Leadtools.Documents Namespace
Documents Library Features
Loading Using LEADTOOLS Documents Library
Documents Library Coordinate System
Loading Encrypted Files Using the Documents Library
Parsing Text with the Documents Library
Barcode processing with the Documents Library
Using LEADTOOLS Document Viewer
Using LEADTOOLS Document Converters