Click or drag to resize

PdfDocumentSaveOptions Property

Gets or sets the options used when saving the PdfDocument to a PDF file.

Default value: Default.


Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public PdfSaveOptions SaveOptions { get; set; }

Property Value

PdfSaveOptions
The options used when saving the PdfDocument to a PDF file.
Exceptions
ExceptionCondition
ArgumentNullExceptionValue is .
See Also