IConvertOptions
Leave feedback
On this page
public interface IConvertOptions
Represents convert options
| Method | Description |
|---|---|
| getFormat() | Gets the desired file type the input document should be converted to. |
| setFormat(FileType format) | Sets the desired file type the input document should be converted to. |
public abstract FileType getFormat()
Gets the desired file type the input document should be converted to.
Returns: FileType - The desired file type the input document should be converted to.
public abstract void setFormat(FileType format)
Sets the desired file type the input document should be converted to.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| format | FileType | file type |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.