GdPicture.NET.14
GdPicture14 Namespace / GdPictureImaging Class / CreateGdPictureImageFromByteArray Method





In This Topic
CreateGdPictureImageFromByteArray Method (GdPictureImaging)
In This Topic
Creates a new GdPicture image from an image file stored as an array of bytes.
Overload List
OverloadDescription
Creates a new GdPicture image from an image file stored as an array of bytes. The newly created image is identified by its unique non-zero image identifier.

Please note that it is your responsibility to release the image resources once you have no use for them.

 
Creates a new GdPicture image from an image file stored as an array of bytes. You can specify the image format using this method. The newly created image is identified by its unique non-zero image identifier.

Please note that it is your responsibility to release the image resources once you have no use for them.

 
See Also