Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace : LoadDocumentOptions Class |
[DataContractAttribute()] [SerializableAttribute()] public class LoadDocumentOptions
'Declaration
<DataContractAttribute()> <SerializableAttribute()> Public Class LoadDocumentOptions
'Usage
Dim instance As LoadDocumentOptions
public class LoadDocumentOptions
[DataContractAttribute()] [SerializableAttribute()] public ref class LoadDocumentOptions
Used with DocumentFactory.LoadFromFile, DocumentFactory.LoadFromUri or DocumentFactory.LoadFromStream to specify the options to use when loading documents.
Refer to Loading Documents using Leadtools.Documents for detailed information.
For an example, refer to DocumentFactory.LoadFromFile or DocumentFactory.LoadFromUri.