[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.SetLineJoinStyle

SetLineJoinStyle Class

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

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

Constructors

Name Description
SetLineJoinStyle(LineJoinStyle)

Initializes a new instance of the SetLineJoinStyle class.

SetLineJoinStyle(int)

Initializes a new instance of the SetLineJoinStyle class.

Fields

Name Description
LineJoin

The line join style.

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.