Click or drag to resize

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.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public bool CloseOutput { get; set; }

Property Value

Boolean
if the new PDF file to which the PdfDocument will be saved should be closed; otherwise, .
See Also