Package | Description |
---|---|
com.groupdocs.viewer.options |
The package provides classes to specify additional options when rendering documents.
|
Modifier and Type | Method and Description |
---|---|
PageSize |
EmailOptions.getPageSize()
The size of the output page.
|
PageSize |
ProjectManagementOptions.getPageSize()
The output page size.
|
static PageSize |
PageSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageSize[] |
PageSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EmailOptions.setPageSize(PageSize value)
The size of the output page.
|
void |
ProjectManagementOptions.setPageSize(PageSize value)
The output page size.
|