public class GetChangeImageScaleRequest extends Object
Modifier and Type | Field and Description |
---|---|
String |
folder
Original drawing folder.
|
String |
format
Output file format.
|
String |
name
The image name.
|
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
File storage, which has to be used.
|
public String name
public String format
public Integer newWidth
public Integer newHeight
public String folder
public String storage
public String outPath
public GetChangeImageScaleRequest(String name, String format, Integer newWidth, Integer newHeight, String folder, String storage, String outPath)
name
- The image name.format
- 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.folder
- Original drawing folder.storage
- File storage, which has to be used.outPath
- Path to updated file, if this is empty, response contains streamed image.Copyright © 2019 Aspose Pty Ltd. All rights reserved.