DocumentWriter.WriteStream
Overloads
WriteStream(Byte[], Int32) | Writes a PDF stream object to the document. |
WriteStream(Byte[], Int32, Int32) | Writes a PDF stream object to the document. |
WriteStream(Byte[], Int32)
Writes a PDF stream object to the document.
public abstract void WriteStream(Byte[] data, int length)
MustOverride Sub WriteStream(data As Byte(), length As Integer)
Parameters
- data
- Byte[]
Byte array to output.
- length
- Int32
Length of output.
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.
WriteStream(Byte[], Int32, Int32)
Writes a PDF stream object to the document.
public abstract void WriteStream(Byte[] data, int start, int length)
MustOverride Sub WriteStream(data As Byte(), start As Integer, length As Integer)
Parameters
- data
- Byte[]
Byte array to output.
- start
- Int32
Start of output.
- length
- Int32
Length of output.
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.