PDFSetFlatnessToleranceOperator¶
Namespace: O2S.Components.PDF4NET.Graphics.Operators
Defines the i (set flatness tolerance) content stream operator.
Inheritance Object → PDFContentStreamOperator → PDFSetFlatnessToleranceOperator
Constructors¶
PDFSetFlatnessToleranceOperator()¶
Initializes a new PDFSetFlatnessToleranceOperator object.
PDFSetFlatnessToleranceOperator(Double)¶
Initializes a new PDFSetFlatnessToleranceOperator object.
Parameters
i Double
The flatness tolerance.
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.
I¶
Gets or sets the flatness tolerance.
Property Value
Double
The flatness tolerance.
Remarks
The value is a number in the range 0 to 100.
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.