←Select platform

LoadDocumentOptions Property

Summary

Options to use when creating LEADDocument objects.

Syntax
C#
VB
C++
Java
public LoadDocumentOptions LoadDocumentOptions { get; set; } 
Public Property LoadDocumentOptions() As LoadDocumentOptions 
   Get 
   Set 
public:  
   property LoadDocumentOptions^ LoadDocumentOptions 
   { 
      LoadDocumentOptions^ get() 
      void set(LoadDocumentOptions^ value) 
   } 
public LoadDocumentOptions getLoadDocumentOptions() 
public void setLoadDocumentOptions(LoadDocumentOptions value) 

Property Value

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

Remarks

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

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly