public class PostImageCropRequest extends Object
Modifier and Type | Field and Description |
---|---|
String |
format
Resulting image format.
|
Integer |
height
Height of cropping rectangle.
|
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.
|
Integer |
width
Width of cropping rectangle.
|
Integer |
x
X position of start point for cropping rectangle.
|
Integer |
y
Y position of start point for cropping rectangle.
|
public byte[] imageData
public String format
public Integer x
public Integer y
public Integer width
public Integer height
public String outPath
public String storage
public PostImageCropRequest(byte[] imageData, String format, Integer x, Integer y, Integer width, Integer height, String outPath, String storage)
imageData
- Input imageformat
- Resulting image format.x
- X position of start point for cropping rectangle.y
- Y position of start point for cropping rectangle.width
- Width of cropping rectangle.height
- Height of cropping rectangle.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.