Click or drag to resize

PdfSaveOptionsCloseInput Property

Gets or sets a value indicating whether to close the PDF file currently associated with the PdfDocument.

This option is ignored if PdfDocument is not saved to a new file.

Using this option has the same effect as calling Close before saving the PdfDocument to a new file.

Default value: .


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

Property Value

Boolean
if the PDF file currently associated with the PdfDocument should be closed; otherwise, .
See Also