[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Layers.OptionalContentGroupCollection.FindByName

FindByName Method

FindByName(string)

Finds the OptionalContentGroup with the specified name. The search is case sensitive.

Declaration
public OptionalContentGroup FindByName(string fieldName)
Public Function FindByName(fieldName As String) As OptionalContentGroup
Parameters
Type Name Description
string fieldName

The name of the group to find.

Returns
Type Description
OptionalContentGroup

The found OptionalContentGroup or null if the group was not found.