[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.BeginLayer.-ctor

BeginLayer Constructor

BeginLayer(PdfName, IPdfDict, PdfName, object, bool)

Initializes a new instance of the BeginMarkedContentWithParams class.

Declaration
public BeginLayer(PdfName role, IPdfDict dict, PdfName name, object layer, bool active)
Public Sub New(role As PdfName, dict As IPdfDict, name As PdfName, layer As Object, active As Boolean)
Parameters
Type Name Description
PdfName role

The value of Role.

IPdfDict dict

The value of Dict.

PdfName name

The value of DictName.

object layer

The layer OptionalContentGroup or OptionalContentMembership.

bool active

Indicates whether layer was active.