[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.BeginCompatibilitySection

Class BeginCompatibilitySection

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

PDF "BX" operator. Begin a compatibility section. Unrecognized operators (along with their operands) shall be ignored without error until the balancing EX operator is encountered.

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

Constructors

BeginCompatibilitySection()

public BeginCompatibilitySection()

Fields

Operators

The list of operators between BX and EX.

public readonly List<OperatorBase> Operators

Field Value

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

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