PDFSetTextLeadingOperator¶
Namespace: O2S.Components.PDF4NET.Graphics.Operators
Defines the TL (set text leading) content stream operator.
Inheritance Object → PDFContentStreamOperator → PDFSetTextLeadingOperator
Constructors¶
PDFSetTextLeadingOperator()¶
Initializes a new PDFSetTextLeadingOperator object.
PDFSetTextLeadingOperator(Double)¶
Initializes a new PDFSetTextLeadingOperator object.
Parameters
textLeading Double
The text leading.
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.
OpCode¶
Gets the operator code.
Property Value
String
The operator code as it is written in the content stream.
TextLeading¶
Gets or sets the text leading.
Property Value
Double
The text leading.
Type¶
Gets or sets the operator type.
Property Value
PDFContentStreamOperatorType
The type of this operator.