Skip to content

PDFSetType3GlyphWidthAndBoundingBoxOperator

Namespace: O2S.Components.PDF4NET.Graphics.Operators

Defines the d1 (set glyph width and bounding box in Type 3 font) content stream operator.

public class PDFSetType3GlyphWidthAndBoundingBoxOperator : PDFContentStreamOperator

Inheritance ObjectPDFContentStreamOperatorPDFSetType3GlyphWidthAndBoundingBoxOperator

Constructors

PDFSetType3GlyphWidthAndBoundingBoxOperator()

Initializes a new PDFSetType3GlyphWidthAndBoundingBoxOperator object.

public PDFSetType3GlyphWidthAndBoundingBoxOperator()

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.

public PDFContentStreamContainer Context { get; internal set; }

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.

public double LLX { get; set; }

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.

public double LLY { get; set; }

Property Value

Double
The Y coordinate of the glyph lower left corner.


OpCode

Gets the operator code.

public string OpCode { get; }

Property Value

String
The operator code as it is written in the content stream.


Type

Gets or sets the operator type.

public PDFContentStreamOperatorType Type { get; set; }

Property Value

PDFContentStreamOperatorType
The type of this operator.


URX

Gets or sets the X coordinate of the glyph upper right corner.

public double URX { get; set; }

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.

public double URY { get; set; }

Property Value

Double
The Y coordinate of the glyph upper right corner.


WX

Gets or sets the horizontal displacement.

public double WX { get; set; }

Property Value

Double
The horizontal displacement.


WY

Gets or sets the vertical displacement.

public double WY { get; set; }

Property Value

Double
The vertical displacement.