[]
PDF "EX" operator. End a compatibility section begun by a balancing BX operator.
public class EndCompatibilitySection : OperatorBase
Initializes a new instance of the EndCompatibilitySection class.
public EndCompatibilitySection(BeginCompatibilitySection beginCompatibilitySection)
beginCompatibilitySection
BeginCompatibilitySectionThe value of BeginCompatibilitySection.
The balancing BeginCompatibilitySection object.
public readonly BeginCompatibilitySection BeginCompatibilitySection
Gets the operator's description.
public override string Desc { get; }
Gets the operator's PDF name.
public override string Name { get; }