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.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public bool CloseInput { get; set; }
Public Property CloseInput As Boolean
Get
Set
Property Value
Boolean if the PDF file currently associated with the
PdfDocument should be closed; otherwise,
.
See Also