←Select platform

Options Property

Summary

Object that manages the extra options to use with the document converter.

Syntax

C#
VB
Java
C++
public DocumentConverterOptions Options { get; } 
Public ReadOnly Property Options() As DocumentConverterOptions 
   Get 
public:  
   property DocumentConverterOptions^ Options 
   { 
      DocumentConverterOptions^ get() 
   } 
public DocumentConverterOptions getOptions() 

Property Value

The object that manages the extra options to use with this DocumentConverter.

Remarks

Refer to DocumentConverterOptions for more information.

Example

For an example, refer to DocumentConverterOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.Converters Assembly