PDFSetWordSpacingOperator¶
Namespace: O2S.Components.PDF4NET.Graphics.Operators
Defines the Tw (set word spacing) content stream operator.
Inheritance Object → PDFContentStreamOperator → PDFSetWordSpacingOperator
Constructors¶
PDFSetWordSpacingOperator()¶
Initializes a new PDFSetWordSpacingOperator object.
PDFSetWordSpacingOperator(Double)¶
Initializes a new PDFSetWordSpacingOperator object.
Parameters
wordSpacing Double
The word spacing.
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.
Type¶
Gets or sets the operator type.
Property Value
PDFContentStreamOperatorType
The type of this operator.
WordSpacing¶
Gets or sets the word spacing.
Property Value
Double
The word spacing.