Skip to content

PDFSetType3GlyphWidthOperator

Namespace: O2S.Components.PDF4NET.Graphics.Operators

Defines the d0 (set glyph width in type 3 font) content stream operator.

public class PDFSetType3GlyphWidthOperator : PDFContentStreamOperator

Inheritance ObjectPDFContentStreamOperatorPDFSetType3GlyphWidthOperator

Constructors

PDFSetType3GlyphWidthOperator()

Initializes a new PDFSetType3GlyphWidthOperator object.

public PDFSetType3GlyphWidthOperator()

PDFSetType3GlyphWidthOperator(Double, Double)

Initializes a new PDFSetType3GlyphWidthOperator object.

public PDFSetType3GlyphWidthOperator(double wx, double wy)

Parameters

wx Double
The horizontal displacement.

wy Double
The vertical displacement.


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.


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.


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.