[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.MarkedContentPointWithParams

Class MarkedContentPointWithParams

Namespace
GrapeCity.Documents.Pdf.Operators
Assembly
GcDocs.Pdf.dll

PDF "DP" operator. Designate a marked-content point with an associated property list.

public class MarkedContentPointWithParams : MarkedContentPoint
Inheritance
object
MarkedContentPointWithParams
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

MarkedContentPointWithParams(PdfName, IPdfDict, PdfName)

Initializes a new instance of the MarkedContentPointWithParams class.

public MarkedContentPointWithParams(PdfName role, IPdfDict dict, PdfName name)

Parameters

role PdfName

The value of Role.

dict IPdfDict

The value of Dict.

name PdfName

The value of DictName.

Fields

Dict

The IPdfDict containing the properties list.

public readonly IPdfDict Dict

Field Value

IPdfDict

DictName

The name of the dictionary in the resources.

public readonly PdfName DictName

Field Value

PdfName

Properties

Desc

Gets the operator's description.

public override string Desc { get; }

Property Value

string

Name

Gets the operator's PDF name.

public override string Name { get; }

Property Value

string

Methods

IsSame(OperatorBase)

Determines whether the provided operator is the same as the current operator.

public override bool IsSame(OperatorBase other)

Parameters

other OperatorBase

A OperatorBase object.

Returns

bool

true if the provided operator is the same as the current operator; otherwise, false.