Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfGraphics Class / BeginLayer Method / BeginLayer(OptionalContentMembership) Method
The GrapeCity.Documents.Pdf.Layers.OptionalContentMembership that defines the target layer.

In This Topic
    BeginLayer(OptionalContentMembership) Method
    In This Topic
    Begins rendering to the specified layer.

    The EndLayer method must be called to end rendering to the specified layer.

    Syntax
    'Declaration
     
    Public Overloads Sub BeginLayer( _
       ByVal layer As OptionalContentMembership _
    ) 
    public void BeginLayer( 
       OptionalContentMembership layer
    )

    Parameters

    layer
    The GrapeCity.Documents.Pdf.Layers.OptionalContentMembership that defines the target layer.
    See Also