Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / BeginLayer Class / BeginLayer Constructor
The value of BeginMarkedContent.Role.
The value of BeginMarkedContentWithParams.Dict.
The value of BeginMarkedContentWithParams.DictName.
The layer GrapeCity.Documents.Pdf.Layers.OptionalContentGroup or GrapeCity.Documents.Pdf.Layers.OptionalContentMembership.
Indicates whether layer was active.

In This Topic
    BeginLayer Constructor
    In This Topic
    Initializes a new instance of the BeginMarkedContentWithParams class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal role As PdfName, _
       ByVal dict As IPdfDict, _
       ByVal name As PdfName, _
       ByVal layer As System.Object, _
       ByVal active As System.Boolean _
    )
    public BeginLayer( 
       PdfName role,
       IPdfDict dict,
       PdfName name,
       System.object layer,
       System.bool active
    )

    Parameters

    role
    The value of BeginMarkedContent.Role.
    dict
    The value of BeginMarkedContentWithParams.Dict.
    name
    The value of BeginMarkedContentWithParams.DictName.
    layer
    The layer GrapeCity.Documents.Pdf.Layers.OptionalContentGroup or GrapeCity.Documents.Pdf.Layers.OptionalContentMembership.
    active
    Indicates whether layer was active.
    See Also