public class GetImageCropRequest extends Object
Modifier and Type | Field and Description |
---|---|
String |
folder
Folder with image to process.
|
String |
format
Resulting image format.
|
Integer |
height
Height of cropping rectangle.
|
String |
name
Filename of an 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 String name
public String format
public Integer x
public Integer y
public Integer width
public Integer height
public String outPath
public String folder
public String storage
public GetImageCropRequest(String name, String format, Integer x, Integer y, Integer width, Integer height, String outPath, String folder, String storage)
name
- Filename of an image.format
- 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 rectangleheight
- Height of cropping rectangle.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.