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