[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.MarkedContentPoint

Class MarkedContentPoint

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

PDF "MP" operator. Designate a marked-content point.

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

Constructors

MarkedContentPoint(PdfName)

Initializes a new instance of the MarkedContentPoint class.

public MarkedContentPoint(PdfName role)

Parameters

role PdfName

The value of Role.

Fields

Role

Indicating the role or significance of the point.

public readonly PdfName Role

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.