PdfQuadrilateralCollectionIsReadOnly Property |
Gets a value indicating whether the ICollectionT is read-only.
Namespace:
Atalasoft.PdfDoc.Geometry
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic bool IsReadOnly { get; }Public ReadOnly Property IsReadOnly As Boolean
Get
Return Value
Type:
Booleantrue if the
ICollectionT is read-only; otherwise, false.
Implements
ICollectionTIsReadOnly
See Also