Click or drag to resize

PdfBasicContainerIsReadOnly Property

Gets a value indicating whether the PdfBasicContainer and all of its descendants are read-only.

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

Property Value

Boolean
if the PdfBasicContainer and all of its descendants are read-only; otherwise, .
See Also