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

Show in webframe

LoadDocumentOptions Property






Options to use when creating Document objects.
Syntax
public LoadDocumentOptions LoadDocumentOptions {get; set;}
'Declaration
 
Public Property LoadDocumentOptions As LoadDocumentOptions
'Usage
 
Dim instance As DocumentConverter
Dim value As LoadDocumentOptions
 
instance.LoadDocumentOptions = value
 
value = instance.LoadDocumentOptions
public LoadDocumentOptions getLoadDocumentOptions()
public void setLoadDocumentOptions(LoadDocumentOptions value)
            
public:
property LoadDocumentOptions^ LoadDocumentOptions {
   LoadDocumentOptions^ get();
   void set (    LoadDocumentOptions^ value);
}

Property Value

The options to use when creating Document objects. Default value is null.
Remarks

The DocumentConverter will load the input file in a new Document object if DocumentConverterJobData.InputDocumentFileName is used (when DocumentConverterJobData.Document is null).

This is performed using DocumentFactory.LoadFromFile and this method requires an instance of LoadDocumentOptions with cache and other settings.

If the value of LoadDocumentOptions is not null, then this object is passed as is to the DocumentFactory.LoadFromFile method. If the value is null, then the converter will create a new instance with these parameters:

Member Description
UseCache

false since cache is not required when converting and does not speed up the operation.

CachePolicy

null

Password

null

WebClient

null

AnnotationsUri

Set to a new URI containing the value of DocumentConverterJobData.InputAnnotationsFileName

LoadEmbeddedAnnotations

false

MayHaveDifferentPageSizes

false

Requirements

Target Platforms

See Also

Reference

DocumentConverter Class
DocumentConverter Members

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