[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.Type3SetWidthAndBoundingBox

Type3SetWidthAndBoundingBox Class

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

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

Constructors

Fields

Name Description
LLX

The X coordinate of the lower-left corner.

LLY

The Y coordinate of the lower-left corner.

URX

The X coordinate of the upper-right corner.

URY

The Y coordinate of the upper-right corner.

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.