Initializes a new instance of the ImGearPDFStream class.
Syntax
public ImGearPDFStream(
byte[]
)
public: ImGearPDFStream(
byte[]*
)
'Declaration
Public Function New( _
ByVal () As Byte _
)
'Usage
Dim byteArray() As Byte
Dim instance As New ImGearPDFStream(byteArray)
Parameters
- byteArray
- Memory buffer to create PDF stream from.
Return Value
The new instance of
ImGearPDFStream class.
See Also