PdfSaveOptionsCloseOutput Property |
Gets or sets a value indicating whether to close the new PDF file to which the PdfDocument will be saved.
Using this option has the same effect as calling Close after saving the PdfDocument.
Default value: .
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public bool CloseOutput { get; set; }
Public Property CloseOutput As Boolean
Get
Set
Property Value
Boolean if the new PDF file to which the
PdfDocument will be saved should be closed; otherwise,
.
See Also