BMC

Overview

BMC is a class in Aspose.PDF FOSS for .NET. Inherits from: Operator.

BMC — Begin marked-content sequence (no properties).

This class provides 6 methods for working with BMC objects in .NET programs. Available methods include: Accept, BMC, IsTextShowOperator, ToPdf, ToString, ValueEquals. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: CommandName, Index, Tag.

Properties

NameTypeAccessDescription
TagstringRead/WriteGets or sets the tag.
CommandNamestringReadThe PDF command name (last token of the serialised form, e.g.
IndexintRead/Write1-based position of this operator within its containing OperatorCollection.

Methods

SignatureDescription
BMC(tag: string)Calls BMC on this BMC instance.
ToPdf()Calls ToPdf on this BMC instance.
ToString()Calls ToString on this BMC instance.
Accept(visitor: IOperatorSelector)Calls Accept on this BMC instance.
IsTextShowOperator(op: Operator)True when op is a text-showing operator (Tj / TJ / ’ / " — concrete subclasses of TextShowOperator).
ValueEquals(op: Operator)True when this operator’s serialised PDF form equals op’s.

See Also