[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.SetLineCapStyle

Class SetLineCapStyle

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

PDF "J" operator. Set the line cap style in the graphics state.

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

Constructors

SetLineCapStyle(LineCapStyle)

Initializes a new instance of the SetLineCapStyle class.

public SetLineCapStyle(LineCapStyle lineCap)

Parameters

lineCap LineCapStyle

The value of LineCap.

SetLineCapStyle(int)

Initializes a new instance of the SetLineCapStyle class.

public SetLineCapStyle(int lineCap)

Parameters

lineCap int

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

Fields

LineCap

The line cap style.

public readonly LineCapStyle LineCap

Field Value

LineCapStyle

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.