public class CreateConvertedImageRequest 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 |
|---|
CreateConvertedImageRequest(byte[] imageData,
String format,
String outPath,
String storage)
Initializes a new instance of the CreateConvertedImageRequest class.
|
public byte[] imageData
public String format
public String outPath
public String storage
public CreateConvertedImageRequest(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 © 2025 Aspose Pty Ltd. All rights reserved.