PDFSetType3GlyphWidthOperator¶
Namespace: O2S.Components.PDF4NET.Graphics.Operators
Defines the d0 (set glyph width in type 3 font) content stream operator.
Inheritance Object → PDFContentStreamOperator → PDFSetType3GlyphWidthOperator
Constructors¶
PDFSetType3GlyphWidthOperator()¶
Initializes a new PDFSetType3GlyphWidthOperator object.
PDFSetType3GlyphWidthOperator(Double, Double)¶
Initializes a new PDFSetType3GlyphWidthOperator object.
Parameters
wx Double
The horizontal displacement.
wy Double
The vertical displacement.
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.
WX¶
Gets or sets the horizontal displacement.
Property Value
Double
The horizontal displacement.
WY¶
Gets or sets the vertical displacement.
Property Value
Double
The vertical displacement.