SaveOptions.SaveOptions
Contents
[
Hide
]SaveOptions()
Initializes a new instance of the SaveOptions class with default values for flags !:SuppressErrors (true) and Debug (false).
public SaveOptions()
See Also
- class SaveOptions
- namespace Aspose.Page
- assembly Aspose.Page
SaveOptions(bool)
Initializes a new instance of the SaveOptions class with default value for flag Debug (false).
public SaveOptions(bool supressErrors)
| Parameter | Type | Description |
|---|---|---|
| supressErrors | Boolean | Specifies whether errors must be suppressed or not. If true suppressed errors are added to Exceptions list. |
See Also
- class SaveOptions
- namespace Aspose.Page
- assembly Aspose.Page
SaveOptions(Size)
Initializes a new instance of the SaveOptions with with specified size of the page.
public SaveOptions(Size size)
| Parameter | Type | Description |
|---|---|---|
| size | Size | The page size. |
See Also
- struct Size
- class SaveOptions
- namespace Aspose.Page
- assembly Aspose.Page
SaveOptions(bool, Size)
Initializes a new instance of the SaveOptions class with default value for flag Debug (false) and with specified size of the page.
public SaveOptions(bool supressErrors, Size size)
| Parameter | Type | Description |
|---|---|---|
| supressErrors | Boolean | Specifies whether errors must be suppressed or not. If true suppressed errors are added to Exceptions list. |
| size | Size | The page size. |
See Also
- struct Size
- class SaveOptions
- namespace Aspose.Page
- assembly Aspose.Page