SetTextMatrix

SetTextMatrix

Overview

SetTextMatrix is a class in Aspose.PDF FOSS for .NET. Inherits from: TextPlaceOperator.

Tm — Set text matrix.

This class provides 9 methods for working with SetTextMatrix objects in .NET programs. Available methods include: Accept, IsTextShowOperator, SetTextMatrix, TextOperator, TextPlaceOperator, ToPdf, ToString, ValueEquals. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: A, B, C, CommandName, D, E, and 4 more.

Properties

NameTypeAccessDescription
AdoubleReadGets the a.
BdoubleReadGets the b.
CdoubleReadGets the c.
DdoubleReadGets the d.
EdoubleReadGets the e.
FdoubleReadGets the f.
MatrixAspose.Pdf.MatrixRead/WriteThe transform as a Matrix.
TextPropertiesAspose.Pdf.Facades.TextProperties?ReadOptional appearance metadata.
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
SetTextMatrix(a: double, b: double, c: double, d: double, e: double, f: double)Sets the text matrix value.
SetTextMatrix(m: Aspose.Pdf.Matrix)Sets the text matrix value.
ToPdf()Calls ToPdf on this SetTextMatrix instance.
ToString()Calls ToString on this SetTextMatrix instance.
Accept(visitor: IOperatorSelector)Calls Accept on this SetTextMatrix instance.
TextPlaceOperator()Calls TextPlaceOperator on this SetTextMatrix instance.
TextOperator()Calls TextOperator on this SetTextMatrix 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