public class

ConversionOptions

extends OptionsBase
java.lang.Object
   ↳ com.pdftron.pdf.OptionsBase
     ↳ com.pdftron.pdf.ConversionOptions
Known Direct Subclasses

Summary

Public Constructors
ConversionOptions()
Constructor.
ConversionOptions(String json_string)
Constructor.
Public Methods
String getFileExtension()
Gets the value of FileExtension from the options object Override file extension used to determine conversion type.
ConversionOptions setFileExtension(String value)
Sets the value for FileExtension in the options object Override file extension used to determine conversion type.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ConversionOptions ()

Constructor.

public ConversionOptions (String json_string)

Constructor.

Public Methods

public String getFileExtension ()

Gets the value of FileExtension from the options object Override file extension used to determine conversion type.

Returns
  • a String, the current value for FileExtension.

public ConversionOptions setFileExtension (String value)

Sets the value for FileExtension in the options object Override file extension used to determine conversion type.

Returns
  • this object, for call chaining