public class GetImageSaveAsRequest extends Object
Modifier and Type | Field and Description |
---|---|
String |
folder
Original drawing folder.
|
String |
format
Output file format.
|
String |
name
Filename of image.
|
String |
outPath
Path to updated file, if this is empty, response contains streamed image.
|
String |
rasterOptions
The raster options as Base64 string.
|
String |
storage
File storage, which has to be used.
|
public String name
public String format
public String folder
public String storage
public String rasterOptions
public String outPath
public GetImageSaveAsRequest(String name, String format, String folder, String storage, String rasterOptions, String outPath)
name
- Filename of image.format
- Output file format. Valid Formats: BMP, PNG, JPG, JPEG, JPEG2000, TIF, TIFF, PSD, GIF, PDF, WMF.folder
- Original drawing folder.storage
- File storage, which has to be used.rasterOptions
- The raster options as Base64 string.outPath
- Path to updated file, if this is empty, response contains streamed image.Copyright © 2019 Aspose Pty Ltd. All rights reserved.