OperatorWriter.Write_SQuote

Writes a PDF Single Quote ("'") operator to the page.

public void Write_SQuote(Char[] textArray, int start, int length, bool rightToLeft)
Sub Write_SQuote(textArray As Char[], start As Integer, length As Integer, rightToLeft As Boolean)

Parameters

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:

See Also

OperatorWriter
ceTe.DynamicPDF.IO

In this topic