[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.SetLineDashPattern

Class SetLineDashPattern

Namespace
GrapeCity.Documents.Pdf.Operators
Assembly
GcDocs.Pdf.dll

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

public class SetLineDashPattern : OperatorBase
Inheritance
object
SetLineDashPattern
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

SetLineDashPattern(float, float[])

Initializes a new instance of the SetLineDashPattern class.

public SetLineDashPattern(float dashPhase, float[] dashPattern)

Parameters

dashPhase float

The value of DashPhase.

dashPattern float[]

The value of DashPattern.

Fields

DashPattern

The dash pattern.

public readonly float[] DashPattern

Field Value

float[]

DashPhase

The dash phase.

public readonly float DashPhase

Field Value

float

Properties

Desc

Gets the operator's description.

public override string Desc { get; }

Property Value

string

Name

Gets the operator's PDF name.

public override string Name { get; }

Property Value

string

Methods

IsSame(OperatorBase)

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

public override bool IsSame(OperatorBase other)

Parameters

other OperatorBase

A OperatorBase object.

Returns

bool

true if the provided operator is the same as the current operator; otherwise, false.