Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / OptionalContentGroupList Class / FindByName Method
The name of the group to find.

In This Topic
    FindByName Method (OptionalContentGroupList)
    In This Topic
    Finds the OptionalContentGroup with the specified name. The search is case sensitive.
    Syntax
    'Declaration
     
    Public Function FindByName( _
       ByVal fieldName As System.String _
    ) As OptionalContentGroup
    public OptionalContentGroup FindByName( 
       System.string fieldName
    )

    Parameters

    fieldName
    The name of the group to find.

    Return Value

    The found OptionalContentGroup or a null reference (Nothing in Visual Basic) if the group was not found.
    See Also