PDFSetGrayFillOperator¶
Namespace: O2S.Components.PDF4NET.Graphics.Operators
Defines the g (set gray level for fill operations) content stream operator.
Inheritance Object → PDFContentStreamOperator → PDFSetGrayFillOperator
Constructors¶
PDFSetGrayFillOperator()¶
Initializes a new PDFSetGrayFillOperator object.
PDFSetGrayFillOperator(Double)¶
Initializes a new PDFSetGrayFillOperator object.
Parameters
g Double
The gray level.
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.
G¶
Gets or sets the gray level.
Property Value
Double
The gray level.
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.