[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.SetMiterLimit

SetMiterLimit Class

PDF "M" operator. Set the miter limit in the graphics state.

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

Constructors

Name Description
SetMiterLimit(float)

Initializes a new instance of the SetMiterLimit class.

Fields

Name Description
MiterLimit

The miter limit.

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.