[]
        
(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
BeginCompatibilitySection
Inherited Members

Constructors

BeginCompatibilitySection()

public BeginCompatibilitySection()

Fields

Operators

The list of operators between BX and EX.

public readonly List<OperatorBase> Operators

Field Value

List<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