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:
- 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.