PdfBasicContainerIsReadOnly Property |
Gets a value indicating whether the
PdfBasicContainer and all of its descendants are read-only.
Namespace: SautinSoft.Pdf.ObjectsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax public bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean
Get
Property Value
Boolean if the
PdfBasicContainer and all of its descendants are read-only; otherwise,
.
See Also