PDFSetCharacterSpacingOperator¶
Namespace: O2S.Components.PDF4NET.Graphics.Operators
Defines the Tc (set character spacing) content stream operator.
Inheritance Object → PDFContentStreamOperator → PDFSetCharacterSpacingOperator
Constructors¶
PDFSetCharacterSpacingOperator()¶
Initializes a new PDFSetCharacterSpacingOperator object.
PDFSetCharacterSpacingOperator(Double)¶
Initializes a new PDFSetCharacterSpacingOperator object.
Parameters
characterSpacing Double
The character spacing.
Properties¶
CharacterSpacing¶
Gets or sets the character spacing.
Property Value
Double
The character spacing.
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.