public class CropImageRequest 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 |
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 Integer x
public Integer y
public Integer width
public Integer height
public String format
public String folder
public String storage
public CropImageRequest(String name, Integer x, Integer y, Integer width, Integer height, String format, String folder, String storage)
name
- Filename of an image.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.format
- Resulting image format. Please, refer to https://docs.aspose.cloud/display/imagingcloud/Supported+File+Formats#SupportedFileFormats-CommonOperationsFormatSupportMap for possible use-cases.folder
- Folder with image to process.storage
- Your Aspose Cloud Storage name.Copyright © 2021 Aspose Pty Ltd. All rights reserved.