DocumentWriter.WriteTextRawWithoutEncryption

Writes a raw PDF text object to the document without any encryption.

public abstract void WriteTextRawWithoutEncryption(Byte[] text, int startIndex, int count)
MustOverride Sub WriteTextRawWithoutEncryption(text As Byte(), startIndex As Integer, count As Integer)

Parameters

text
Byte[]

The text of the text object to write.

startIndex
Int32

The start index of the supplied byte array.

count
Int32

The number of total bytes to write.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

DocumentWriter
ceTe.DynamicPDF.IO

In this topic