[]
PDF "BDC" operator. Begin a marked-content sequence terminated by a balancing EndMarkedContent operator.
public class BeginMarkedContentWithParams : BeginMarkedContent
Initializes a new instance of the BeginMarkedContentWithParams class.
public BeginMarkedContentWithParams(PdfName role, IPdfDict dict, PdfName name)
role
PdfNameThe value of Role.
dict
IPdfDictThe value of Dict.
name
PdfNameThe value of DictName.
The IPdfDict containing the properties list.
public readonly IPdfDict Dict
The name of the dictionary in the resources.
public readonly PdfName DictName
Gets the operator's description.
public override string Desc { get; }
Gets the operator's PDF name.
public override string Name { 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.