[]
PDF "BDC" operator. Begin a PDF layer.
public class BeginLayer : BeginMarkedContentWithParams
Initializes a new instance of the BeginMarkedContentWithParams class.
public BeginLayer(PdfName role, IPdfDict dict, PdfName name, object layer, bool active)
role PdfNameThe value of Role.
dict IPdfDictThe value of Dict.
name PdfNameThe value of DictName.
layer objectThe layer OptionalContentGroup or OptionalContentMembership.
active boolIndicates whether layer was active.
Indicates whether the Layer was active.
public readonly bool Active
The PDF layer, maybe OptionalContentGroup or OptionalContentMembership.
public readonly object Layer
Gets the operator's description.
public override string Desc { get; }
Determines whether the provided operator is the same as the current operator.
public override bool IsSame(OperatorBase other)
other OperatorBaseA OperatorBase object.
true if the provided operator is the same as the current operator; otherwise, false.