Click or drag to resize

PdfLoadOptionsReadOnly Property

Gets or sets a value indicating whether to load a PdfDocument from a read-only PDF file so that changes made to the PdfDocument cannot be saved back to the same PDF file.

Default value: .


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

Property Value

Boolean
to load PdfDocument from a read-only PDF file so that changes made to the PdfDocument cannot be saved back to the same PDF file; otherwise, .
See Also