[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.Type3SetWidth

Type3SetWidth Class

PDF "d0" operator. Set width information for the glyph and declare that the glyph description specifies both its shape and its color.

Inheritance
Type3SetWidth
Namespace: GrapeCity.Documents.Pdf.Operators
Assembly: DS.Documents.Pdf.dll
Syntax
public class Type3SetWidth : OperatorBase
Public Class Type3SetWidth
    Inherits OperatorBase

Constructors

Name Description
Type3SetWidth(float, float)

Initializes a new instance of the Type3SetWidth class.

Fields

Name Description
Wx

The horizontal displacement in the glyph coordinate system.

Wy

The vertical displacement in the glyph coordinate system.

Properties

Name Description
Desc

Gets the operator's description.

Name

Gets the operator's PDF name.

Methods

Name Description
IsSame(OperatorBase)

Determines whether the provided operator is the same as the current operator.