[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.SetLineDashPattern

SetLineDashPattern Class

PDF "d" operator. Set the line dash pattern in the graphics state.

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

Constructors

Name Description
SetLineDashPattern(float, float[])

Initializes a new instance of the SetLineDashPattern class.

Fields

Name Description
DashPattern

The dash pattern.

DashPhase

The dash phase.

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.