FDFDoc Constructor (Byte) |
Creates a new FDF document from an array of bytes.
Namespace:
pdftron.FDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public FDFDoc(
byte[] byteArray
)
Public Sub New (
byteArray As Byte()
)
public:
FDFDoc(
[InAttribute] array<unsigned char>^ byteArray
)
pdftron.FDF.FDFDoc = function(byteArray);
Parameters
- byteArray
- Type: SystemByte
An array of bytes representing an SDF document.
See Also