PDFSetType3GlyphWidthAndBoundingBoxOperator¶
Namespace: O2S.Components.PDF4NET.Graphics.Operators
Defines the d1 (set glyph width and bounding box in Type 3 font) content stream operator.
Inheritance Object → PDFContentStreamOperator → PDFSetType3GlyphWidthAndBoundingBoxOperator
Constructors¶
PDFSetType3GlyphWidthAndBoundingBoxOperator()¶
Initializes a new PDFSetType3GlyphWidthAndBoundingBoxOperator object.
PDFSetType3GlyphWidthAndBoundingBoxOperator(Double, Double, Double, Double, Double, Double)¶
Initializes a new PDFSetType3GlyphWidthAndBoundingBoxOperator object.
public PDFSetType3GlyphWidthAndBoundingBoxOperator(double wx, double wy, double llx, double lly, double urx, double ury)
Parameters
wx Double
The horizontal displacement.
wy Double
The vertical displacement.
llx Double
The X coordinate of the lower left corner.
lly Double
The Y coordinate of the lower left corner.
urx Double
The X coordinate of the glyph upper right corner.
ury Double
The Y coordinate of the glyph upper right corner.
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.
LLX¶
Gets or sets the X coordinate of the glyph lower left corner.
Property Value
Double
The X coordinate of the glyph lower left corner.
LLY¶
Gets or sets the Y coordinate of the glyph lower left corner.
Property Value
Double
The Y coordinate of the glyph lower left corner.
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.
URX¶
Gets or sets the X coordinate of the glyph upper right corner.
Property Value
Double
The X coordinate of the glyph upper right corner.
URY¶
Gets or sets the Y coordinate of the glyph upper right corner.
Property Value
Double
The Y coordinate of the glyph upper right corner.
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.