public class PostImageSaveAsRequest extends Object
Modifier and Type | Field and Description |
---|---|
byte[] |
drawingData
Input drawing
|
String |
format
Output file format.
|
String |
outPath
Path to updated file, if this is empty, response contains streamed image.
|
String |
rasterOptions
The raster options as Base64 string.
|
String |
storage
Your Aspose Cloud Storage name.
|
Constructor and Description |
---|
PostImageSaveAsRequest(byte[] drawingData,
String format,
String rasterOptions,
String outPath,
String storage)
Initializes a new instance of the PostImageSaveAsRequest class.
|
public byte[] drawingData
public String format
public String rasterOptions
public String outPath
public String storage
public PostImageSaveAsRequest(byte[] drawingData, String format, String rasterOptions, String outPath, String storage)
drawingData
- Input drawingformat
- Output file format. Valid Formats: BMP, PNG, JPG, JPEG, JPEG2000, TIF, TIFF, PSD, GIF, PDF, WMF.rasterOptions
- The raster options as Base64 string.outPath
- Path to updated file, if this is empty, response contains streamed image.storage
- Your Aspose Cloud Storage name.Copyright © 2019 Aspose Pty Ltd. All rights reserved.