PdfSaveOptionsDefault Property |
Gets the default options used for saving any
PdfDocument to a PDF file.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public static PdfSaveOptions Default { get; }
Public Shared ReadOnly Property Default As PdfSaveOptions
Get
Property Value
PdfSaveOptions
The default options used for saving any
PdfDocument to a PDF file.
See Also