[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Layers.OptionalContentProperties.AddLayer

AddLayer Method

AddLayer(string)

Adds a layer with a specified name.

Declaration
public OptionalContentGroup AddLayer(string name)
Public Function AddLayer(name As String) As OptionalContentGroup
Parameters
Type Name Description
string name

The layer name.

Returns
Type Description
OptionalContentGroup

The newly created OptionalContentGroup object that defines the new layer.