Skip to main content
All docs
V26.1
  • PageCollection.IsReadOnly Property

    Indicates whether the collection is read-only.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public bool IsReadOnly { get; }

    Property Value

    Type Description
    Boolean

    true if the collection is read-only; otherwise, false.

    Implements

    System.Collections.Generic.ICollection<DevExpress.Docs.Pdf.Page>.IsReadOnly
    See Also