PdfSaveOptions.PdfSaveOptions

PdfSaveOptions()

Initializes a new instance of the PdfSaveOptions class with default values for flags !:SuppressErrors (true) and !:Debug (false).

public PdfSaveOptions()

See Also


PdfSaveOptions(bool)

Initializes a new instance of the PdfSaveOptions class with default values for flag !:Debug (false).

public PdfSaveOptions(bool supressErrors)
ParameterTypeDescription
supressErrorsBooleanSpecifies whether errors must be suppressed or not. If true suppressed errors are added to !:Exceptions list.

See Also


PdfSaveOptions(Size)

Initializes a new instance of the PdfSaveOptions with with specified size of the page.

public PdfSaveOptions(Size size)
ParameterTypeDescription
sizeSizeThe page size.

See Also


PdfSaveOptions(bool, Size)

Initializes a new instance of the PdfSaveOptions class with default values for flag !:Debug (false) and with specified size of the page.

public PdfSaveOptions(bool supressErrors, Size size)
ParameterTypeDescription
supressErrorsBooleanSpecifies whether errors must be suppressed or not. If true suppressed errors are added to !:Exceptions list.
sizeSizeThe page size.

See Also