Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / OptionalContentProperties Class / GetLayer Method
The layer name.

In This Topic
    GetLayer Method
    In This Topic
    Returns the OptionalContentGroup by its name.
    Syntax
    'Declaration
     
    Public Function GetLayer( _
       ByVal layerName As System.String _
    ) As OptionalContentGroup
    public OptionalContentGroup GetLayer( 
       System.string layerName
    )

    Parameters

    layerName
    The layer name.

    Return Value

    The OptionalContentGroup object or null if not found.
    See Also