Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / OptionalContentOrderCollection Class / AsReadOnly Method

In This Topic
    AsReadOnly Method (OptionalContentOrderCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function AsReadOnly() As System.Collections.ObjectModel.ReadOnlyCollection(Of T)
    public System.Collections.ObjectModel.ReadOnlyCollection<T> AsReadOnly()
    See Also