[]
PDF "DP" operator. Designate a marked-content point with an associated property list.
public class MarkedContentPointWithParams : MarkedContentPoint
Initializes a new instance of the MarkedContentPointWithParams class.
public MarkedContentPointWithParams(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.