public class PostChangeImageScaleRequest extends Object
Modifier and Type | Field and Description |
---|---|
byte[] |
drawingData
Input drawing
|
String |
format
Output file format.
|
Integer |
newHeight
New height of the scaled image.
|
Integer |
newWidth
New width of the scaled image.
|
String |
outPath
Path to updated file, if this is empty, response contains streamed image.
|
String |
storage
Your Aspose Cloud Storage name.
|
public byte[] drawingData
public String format
public Integer newWidth
public Integer newHeight
public String outPath
public String storage
public PostChangeImageScaleRequest(byte[] drawingData, String format, Integer newWidth, Integer newHeight, String outPath, String storage)
drawingData
- Input drawingformat
- Output file format. Valid formats: BMP, PNG, JPG, JPEG, JPEG2000, TIF, TIFF, PSD, GIF, PDF, WMF.newWidth
- New width of the scaled image.newHeight
- New height of the scaled image.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.