[]
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
public BeginCompatibilitySection()
The list of operators between BX and EX.
public readonly List<OperatorBase> Operators
Gets the operator's description.
public override string Desc { get; }
Gets the operator's PDF name.
public override string Name { get; }