Returns an ImageX object from the given ImagXpress instance and byte array.
Overload List
Overload | Description |
FromByteArray(ImagXpress,Byte[]) | Returns an ImageX object from the given ImagXpress instance and byte array. |
FromByteArray(ImagXpress,Byte[],Int32) | Returns an ImageX object from the given ImagXpress instance, byte array and page number. |
FromByteArray(ImagXpress,Byte[],LoadOptions) | Returns an ImageX object from the given ImagXpress instance, byte array and load options. |
FromByteArray(ImagXpress,Byte[],Int32,LoadOptions) | Returns an ImageX object from the given ImagXpress instance, byte array, page number and load options. |
See Also