Class ConversionOptions
Inherited Members
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public class ConversionOptions : OptionsBase
Constructors
ConversionOptions()
Constructor.
Declaration
public ConversionOptions()
Methods
GetEnableExternalMediaDownloads()
Gets the value of EnableExternalMediaDownloads from the options object used to determine if downloading external resources is allowed during conversion.
Declaration
public bool GetEnableExternalMediaDownloads()
Returns
Type | Description |
---|---|
bool | a boolean, the current value for EnableExternalMediaDownloads. |
GetFileExtension()
Gets the value of FileExtension from the options object Override file extension used to determine conversion type.
Declaration
public string GetFileExtension()
Returns
Type | Description |
---|---|
string | a String^, the current value for FileExtension. |
SetEnableExternalMediaDownloads(bool)
Sets the value for EnableExternalMediaDownloads in the options object used to determine if downloading external resources is allowed during conversion.
Declaration
public ConversionOptions SetEnableExternalMediaDownloads(bool value)
Parameters
Type | Name | Description |
---|---|---|
bool | value | The new value for EnableExternalMediaDownloads. |
Returns
Type | Description |
---|---|
ConversionOptions | this object, for call chaining |
SetFileExtension(string)
Sets the value for FileExtension in the options object Override file extension used to determine conversion type.
Declaration
public ConversionOptions SetFileExtension(string value)
Parameters
Type | Name | Description |
---|---|---|
string | value | The new value for FileExtension. |
Returns
Type | Description |
---|---|
ConversionOptions | this object, for call chaining |