[]
PDF "BMC" operator. Begin a marked-content sequence terminated by a balancing EndMarkedContent operator.
public class BeginMarkedContent : OperatorBase
Initializes a new instance of the BeginMarkedContent class.
public BeginMarkedContent(PdfName role)
The list of operators between BMC and EMC.
public readonly List<OperatorBase> Operators
Indicating the role or significance of the sequence.
public readonly PdfName Role
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.