Version Changes: 20 to 21
The following members have been added:
Name | Description |
---|---|
Leadtools.Document.Analytics.ActionSet |
Interface describing an action to be performed against a Document. |
Leadtools.Document.Analytics.AnalysisResult |
The result of analysis on a document. |
Leadtools.Document.Analytics.DocumentAnalyzer |
Provides support for analysis of Document objects. |
Leadtools.Document.Analytics.DocumentAnalyzerRunOptions |
The options to use when analyzing a document. |
Leadtools.Document.Analytics.RuleSet |
Interface describing a rule set that is used to analyze documents. |
Leadtools.Document.Analytics.TextAnalysisResult |
Text-based results of analysis on a document. |
Leadtools.Document.Compare.DocumentComparer.compareRasterPage |
Compares the raster content of two document pages. |
Leadtools.Document.Compare.DocumentComparer.getColorPage |
Retrieves a colorized version of a page. |
Leadtools.Document.DocumentAttachment |
Properties of an attachment in a LEADDocument. |
Leadtools.Document.DocumentAttachments |
Represents a collection of DocumentAttachment objects. |
Leadtools.Document.DocumentFactory.getLeadCacheData |
Helper method to get the data part from a LEAD cache URI. |
Leadtools.Document.DocumentFactory.isLeadCacheScheme |
Helper method to determine whether a string value contains a valid LEAD cache URI. |
Leadtools.Document.DocumentFactory.loadDocumentAttachment |
Loads an attachment as a LEADDocument object. |
Leadtools.Document.DocumentFactory.makeLeadCacheUri |
Constructs a LEAD cache URI from a document ID. |
Leadtools.Document.DocumentFactory.saveAttachmentToCache |
Saves an attachment to the cache. |
Leadtools.Document.DocumentLoadAttachmentsMode |
Controls how to handle the embedded attachment found in the document during loading. |
Leadtools.Document.LEADDocument.attachments |
Gets the Object that manages the attachments of the document. |
Leadtools.Document.LEADDocument.autoDeleteAttachmentsFromCache |
Controls what happens to the external attachment documents when the owner document is deleted from the cache. |
Leadtools.Document.LEADDocument.loadDocumentOptions |
Options to use when loading this document. |
Leadtools.Document.LEADDocument.metadataKey_IsPortfolio |
"IsPortfolio" metadata key constant. |
Leadtools.Document.LoadAttachmentOptions |
Options to use when loading an attachment. |
Leadtools.Document.LoadDocumentOptions.loadAttachmentsMode |
Controls how to handle the embedded attachments found in the document during loading. |
Leadtools.Document.SaveAttachmentToCacheOptions |
Options used to save an attachment to the cache. |
Leadtools.Document.Service.ApplyActionsRequest |
The request object used when calling DocumentAnalyzer.applyActions. |
Leadtools.Document.Service.Compare.GetColorPageRequest |
Request object parameters to use when calling Compare.DocumentComparer.getColorPage. |
Leadtools.Document.Service.GetColorPageRequest |
Request object parameters to use when calling Compare.DocumentComparer.getColorPage. |
Leadtools.Document.UploadDocumentOptions.clone |
Creates an exact copy of this object. |
The following members have been removed:
Name |
---|
None |
Version Changes: 19 to 20