Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

DocumentCacheOptions Enumeration






Determines which extra parts of the document will be stroed in the cache.
Syntax
[FlagsAttribute()]
[DataContractAttribute()]
[SerializableAttribute()]
public enum DocumentCacheOptions : System.Enum 
'Declaration
 
<FlagsAttribute()>
<DataContractAttribute()>
<SerializableAttribute()>
Public Enum DocumentCacheOptions 
   Inherits System.Enum
'Usage
 
Dim instance As DocumentCacheOptions
public enum DocumentCacheOptions
            
[FlagsAttribute()]
[DataContractAttribute()]
[SerializableAttribute()]
public enum class DocumentCacheOptions : public System.Enum 
Members
ValueMemberDescription
0x00000000None No extra parts of the document is cached. Only what is needed to re-construct the documents and its pages from the cache.
0x00000001PageImage Calls to DocumentPage.GetImage will try to save the result in the cache and re-used in subsequent calls.
0x00000002PageSvg Calls to DocumentPage.GetSvg will try to save the result in the cache and re-used in subsequent calls.
0x00000004PageSvgBackImage Calls to DocumentPage.GetSvgBackImage will try to save the result in the cache and re-used in subsequent calls.
0x00000008PageThumbnailImage Calls to DocumentPage.GetThumbnailImage will try to save the result in the cache and re-used in subsequent calls.
0x00000010PageText Calls to DocumentPage.GetText will try to save the result in the cache and re-used in subsequent calls.
0x00000020PageAnnotations Calls to DocumentPage.GetAnnotations will try to save the result in the cache and re-used in subsequent calls.
0x0000003FAll All results are cached and re-used in subsequent calls.
Remarks

DocumentCacheOptions is used as the type of LoadDocumentOptions.CacheOptions and Document.CacheOptions to determine which extra parts of the document is stored cached.

The value of DocumentCacheOptions.None (the default) means to store only the necessary data needed to re-construct the document and its pages from the cache (for example, when DocumentFactory.LoadFromCache is called.

Other values will try to store the results of getting the page images, SVGs, text and annotations into the cache to speed up subsequent calls.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Documents.DocumentCacheOptions

Requirements

Target Platforms

See Also

Reference

Leadtools.Documents Namespace

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features