PDFMoveTextPositionSetLeadingOperator¶
Namespace: O2S.Components.PDF4NET.Graphics.Operators
Defines the TD (move text position and set leading) content stream operator.
Inheritance Object → PDFContentStreamOperator → PDFMoveTextPositionSetLeadingOperator
Constructors¶
PDFMoveTextPositionSetLeadingOperator()¶
Initializes a new PDFMoveTextPositionSetLeadingOperator object.
PDFMoveTextPositionSetLeadingOperator(Double, Double)¶
Initializes a new PDFMoveTextPositionSetLeadingOperator object.
Parameters
tx Double
The X offset.
ty Double
The Y offset.
Properties¶
Context¶
Gets the content stream container from which the operator is extracted.
Property Value
PDFContentStreamContainer
A content stream container object, a PDFPage or a PDFFormXObject.
OpCode¶
Gets the operator code.
Property Value
String
The operator code as it is written in the content stream.
TX¶
Gets or sets the X offset.
Property Value
Double
The X offset.
TY¶
Gets or sets the Y offset.
Property Value
Double
The Y offset.
Type¶
Gets or sets the operator type.
Property Value
PDFContentStreamOperatorType
The type of this operator.