Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / OptionalContentGroup Class / Name Property

In This Topic
    Name Property (OptionalContentGroup)
    In This Topic
    Gets or sets the name of this optional content group, suitable for presentation in an interactive PDF processor’s user interface.
    Syntax
    'Declaration
     
    Public Property Name As System.String
    public System.string Name {get; set;}
    See Also