[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.SetLineJoinStyle

Class SetLineJoinStyle

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

PDF "j" operator. Set the line join style in the graphics state.

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

Constructors

SetLineJoinStyle(LineJoinStyle)

Initializes a new instance of the SetLineJoinStyle class.

public SetLineJoinStyle(LineJoinStyle lineJoin)

Parameters

lineJoin LineJoinStyle

The value of LineJoin.

SetLineJoinStyle(int)

Initializes a new instance of the SetLineJoinStyle class.

public SetLineJoinStyle(int lineJoin)

Parameters

lineJoin int

The value of LineJoin as it specified in PDF content stream.

Fields

LineJoin

The line join style.

public readonly LineJoinStyle LineJoin

Field Value

LineJoinStyle

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.