public class GetImageSaveAsRequest extends Object
Modifier and Type | Field and Description |
---|---|
String |
folder
Folder with image to process.
|
String |
format
Resulting image format.
|
String |
name
Filename of image.
|
String |
outPath
Path to updated file (if this is empty, response contains streamed image).
|
String |
storage
Your Aspose Cloud Storage name.
|
public String name
public String format
public String outPath
public String folder
public String storage
public GetImageSaveAsRequest(String name, String format, String outPath, String folder, String storage)
name
- Filename of image.format
- Resulting image format.outPath
- Path to updated file (if this is empty, response contains streamed image).folder
- Folder with image to process.storage
- Your Aspose Cloud Storage name.Copyright © 2019 Aspose Pty Ltd. All rights reserved.