←Select platform

LoadDocumentOptions Property

Summary

Options to use when creating LEADDocument objects.

Syntax
C#
C++/CLI
Java
Python
public LoadDocumentOptions LoadDocumentOptions { get; set; } 
public:  
   property LoadDocumentOptions^ LoadDocumentOptions 
   { 
      LoadDocumentOptions^ get() 
      void set(LoadDocumentOptions^ value) 
   } 
public LoadDocumentOptions getLoadDocumentOptions() 
public void setLoadDocumentOptions(LoadDocumentOptions value) 
LoadDocumentOptions # get and set (DocumentConverter) 

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 22.0.2023.5.10
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.