Skip to content

PDFSetFlatnessToleranceOperator

Namespace: O2S.Components.PDF4NET.Graphics.Operators

Defines the i (set flatness tolerance) content stream operator.

public class PDFSetFlatnessToleranceOperator : PDFContentStreamOperator

Inheritance ObjectPDFContentStreamOperatorPDFSetFlatnessToleranceOperator

Constructors

PDFSetFlatnessToleranceOperator()

Initializes a new PDFSetFlatnessToleranceOperator object.

public PDFSetFlatnessToleranceOperator()

PDFSetFlatnessToleranceOperator(Double)

Initializes a new PDFSetFlatnessToleranceOperator object.

public PDFSetFlatnessToleranceOperator(double i)

Parameters

i Double
The flatness tolerance.


Properties

Context

Gets the content stream container from which the operator is extracted.

public PDFContentStreamContainer Context { get; internal set; }

Property Value

PDFContentStreamContainer
A content stream container object, a PDFPage or a PDFFormXObject.


I

Gets or sets the flatness tolerance.

public double I { get; set; }

Property Value

Double
The flatness tolerance.

Remarks

The value is a number in the range 0 to 100.


OpCode

Gets the operator code.

public string OpCode { get; }

Property Value

String
The operator code as it is written in the content stream.


Type

Gets or sets the operator type.

public PDFContentStreamOperatorType Type { get; set; }

Property Value

PDFContentStreamOperatorType
The type of this operator.