PDFSetMiterLimitOperator¶
Namespace: O2S.Components.PDF4NET.Graphics.Operators
Defines the M (set miter limit) content stream operator.
Inheritance Object → PDFContentStreamOperator → PDFSetMiterLimitOperator
Constructors¶
PDFSetMiterLimitOperator()¶
Initializes a new PDFSetMiterLimitOperator object.
PDFSetMiterLimitOperator(Double)¶
Initializes a new PDFSetMiterLimitOperator object.
Parameters
m Double
The miter limit.
Properties¶
Context¶
Gets the content stream container from which the operator is extracted.
Property Value
PDFContentStreamContainer
A content stream container object, a PDFPage or a PDFFormXObject.
M¶
Gets or sets the miter limit.
Property Value
Double
The miter limit.
OpCode¶
Gets the operator code.
Property Value
String
The operator code as it is written in the content stream.
Type¶
Gets or sets the operator type.
Property Value
PDFContentStreamOperatorType
The type of this operator.