PDFSetTextHorizontalScalingOperator¶
Namespace: O2S.Components.PDF4NET.Graphics.Operators
Defines the Tz (set text horizontal scaling) content stream operator.
Inheritance Object → PDFContentStreamOperator → PDFSetTextHorizontalScalingOperator
Constructors¶
PDFSetTextHorizontalScalingOperator()¶
Initializes a new PDFSetTextHorizontalScalingOperator object.
PDFSetTextHorizontalScalingOperator(Double)¶
Initializes a new PDFSetTextHorizontalScalingOperator object.
Parameters
horizontalScaling Double
The text horizontal scaling.
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.
HorizontalScaling¶
Gets or sets the text horizontal scaling.
Property Value
Double
The text horizontal scaling.
OpCode¶
Gets the operator code.
Property Value
String
The operator code as it is written in the content stream.
Type¶
Gets or sets the operator type.
Property Value
PDFContentStreamOperatorType
The type of this operator.