public class CreateDeskewedImageRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
bkColor
Background color
|
byte[] |
imageData
Input image
|
String |
outPath
Path to updated file (if this is empty, response contains streamed image)
|
Boolean |
resizeProportionally
Resize proportionally
|
String |
storage
Your Aspose Cloud Storage name.
|
| Constructor and Description |
|---|
CreateDeskewedImageRequest(byte[] imageData,
Boolean resizeProportionally,
String bkColor,
String outPath,
String storage)
Initializes a new instance of the CreateDeskewedImageRequest class.
|
public byte[] imageData
public Boolean resizeProportionally
public String bkColor
public String outPath
public String storage
public CreateDeskewedImageRequest(byte[] imageData,
Boolean resizeProportionally,
String bkColor,
String outPath,
String storage)
imageData - Input imageresizeProportionally - Resize proportionallybkColor - Background coloroutPath - 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.