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

In This Topic
    AddLayer Method
    In This Topic
    Adds a layer with a specified name.
    Syntax
    'Declaration
     
    Public Function AddLayer( _
       ByVal name As System.String _
    ) As OptionalContentGroup
    public OptionalContentGroup AddLayer( 
       System.string name
    )

    Parameters

    name
    The layer name.

    Return Value

    The newly created OptionalContentGroup object that defines the new layer.
    See Also