PdfDocumentSaveOptions Property |
Gets or sets the options used when saving the PdfDocument to a PDF file.
Default value: Default.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic PdfSaveOptions SaveOptions { get; set; }Public Property SaveOptions As PdfSaveOptions
Get
Set
Property Value
PdfSaveOptions
The options used when saving the
PdfDocument to a PDF file.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Value is . |
See Also