public class CreateSavedImageAsRequest extends Object
Modifier and Type | Field and Description |
---|---|
String |
format
Resulting image format.
|
byte[] |
imageData
Input image
|
String |
outPath
Path to updated file (if this is empty, response contains streamed image).
|
String |
storage
Your Aspose Cloud Storage name.
|
Constructor and Description |
---|
CreateSavedImageAsRequest(byte[] imageData,
String format,
String outPath,
String storage)
Initializes a new instance of the CreateSavedImageAsRequest class.
|
public byte[] imageData
public String format
public String outPath
public String storage
public CreateSavedImageAsRequest(byte[] imageData, String format, String outPath, String storage)
imageData
- Input imageformat
- Resulting image format. Please, refer to https://docs.aspose.cloud/display/imagingcloud/Supported+File+Formats#SupportedFileFormats-CommonOperationsFormatSupportMap for possible use-cases.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.