Options to use when creating LEADDocument objects.
The options to use when creating LEADDocument objects. Default value is null.
The DocumentConverter will load the input file in a new LEADDocument 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 |