OperatorWriter.Write_DQuote
Writes a PDF Double Quote (""") operator to the page.
public void Write_DQuote(float wordSpacing, float characterSpacing, Char[] textArray, int start, int length, bool rightToLeft)
Sub Write_DQuote(wordSpacing As Single, characterSpacing As Single, textArray As Char[], start As Integer, length As Integer, rightToLeft As Boolean)
Parameters
- wordSpacing
- Single
Word spacing to draw.
- characterSpacing
- Single
The character spacing to draw.
- textArray
- Char[]
The byte array of WINANSI text to draw.
- start
- Int32
The start position of text.
- length
- Int32
The number of characters to draw.
- rightToLeft
- Boolean
Specifies if the text is to be drawn right to left.
Licensing Info
This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.