PDFSetLineCapOperator¶
Namespace: O2S.Components.PDF4NET.Graphics.Operators
Defines the J (set line cap) content stream operator.
Inheritance Object → PDFContentStreamOperator → PDFSetLineCapOperator
Constructors¶
PDFSetLineCapOperator()¶
Initializes a new PDFSetLineCapOperator object.
PDFSetLineCapOperator(PDFLineCap)¶
Initializes a new PDFSetLineCapOperator object.
Parameters
lineCap PDFLineCap
The line cap style.
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.
LineCap¶
Gets or sets the cap join.
Property Value
PDFLineCap
The line cap style.
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.