Saves a GdPicture image into a HTTP server.
public GdPictureStatus SaveToHTTP( int ImageID, DocumentFormat ImageFormat, int EncoderParameter, String Address );
Public Function SaveToHTTP( ByVal ImageID As Integer, ByVal ImageFormat As DocumentFormat, ByVal EncoderParameter As Integer, ByVal Address As String ) As GdPictureStatus
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. |
|
ImageFormat |
A member of the DocumentFormat enumeration. Currently supported format are: DocumentFormatBMP, DocumentFormatJPEG, DocumentFormatPNG, DocumentFormatTIFF, DocumentFormatGIF, DocumentFormatPDF |
|
EncoderParameter |
Can be jpeg quality between 1 and 100 for "jpg" image format. Can be compression value for tif image: 6:None, 5:RLE, 4:CCITT4, 3:CCITT3, 2:LZW. For other image format set this parameter to 0. |
|
Address |
Address of destination. IE: http://www.google.com/uploads/myimage.jpg |
A member of the GdPictureStatus enumeration.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|