PDFSetLineDashPatternOperator¶
Namespace: O2S.Components.PDF4NET.Graphics.Operators
Defines the d (set line dash) content stream operator.
Inheritance Object → PDFContentStreamOperator → PDFSetLineDashPatternOperator
Constructors¶
PDFSetLineDashPatternOperator()¶
Initializes a new PDFSetLineDashPatternOperator object.
PDFSetLineDashPatternOperator(Double[], Double)¶
Initializes a new PDFSetLineDashPatternOperator object.
Parameters
dashArray Double[]
An array of numbers that specify the lengths of alternating dashes and gaps.
dashPhase Double
The dash phase.
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.
DashArray¶
Gets or sets the dash array.
Property Value
Double[]
An array of numbers that specify the lengths of alternating dashes and gaps.
DashPhase¶
Gets or sets the dash phase.
Property Value
Double
The dash phase.
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.