LoadOptions constructor
init
Initializes an instance of the LoadOptions class.
def __init__(self):
...
init
Initializes an instance of the LoadOptions class.
def __init__(self, file_type):
...
| Parameter | Type | Description |
|---|---|---|
| file_type | groupdocs.viewer.FileType | The type of the file to open. |
Exceptions
| Exception | Description |
|---|---|
| ArgumentNullException | Thrown when file_type is null. |
See Also
- module
groupdocs.viewer.options - class
LoadOptions