[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.BeginMarkedContent

Class BeginMarkedContent

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

PDF "BMC" operator. Begin a marked-content sequence terminated by a balancing EndMarkedContent operator.

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

Constructors

BeginMarkedContent(PdfName)

Initializes a new instance of the BeginMarkedContent class.

public BeginMarkedContent(PdfName role)

Parameters

role PdfName

The value of Role.

Fields

Operators

The list of operators between BMC and EMC.

public readonly List<OperatorBase> Operators

Field Value

System.Collections.Generic.List<T><OperatorBase>

Role

Indicating the role or significance of the sequence.

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.