PsSaveOptions.PsSaveOptions
PsSaveOptions()
Initializes a new instance of the PsSaveOptions
class with default values for flags !:SuppressErrors (true) and !:Debug (false).
public PsSaveOptions()
See Also
- class PsSaveOptions
- namespace Aspose.Page.EPS.Device
- assembly Aspose.Page
PsSaveOptions(bool)
Initializes a new instance of the PsSaveOptions
class with default values for flag !:Debug (false).
public PsSaveOptions(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 PsSaveOptions
- namespace Aspose.Page.EPS.Device
- assembly Aspose.Page