public class ModifyBmpRequest extends Object
Modifier and Type | Field and Description |
---|---|
Integer |
bitsPerPixel
Color depth.
|
String |
folder
Folder with image to process.
|
Boolean |
fromScratch
Specifies where additional parameters we do not support should be taken from.
|
Integer |
horizontalResolution
New horizontal resolution.
|
String |
name
Filename of image.
|
String |
storage
Your Aspose Cloud Storage name.
|
Integer |
verticalResolution
New vertical resolution.
|
public String name
public Integer bitsPerPixel
public Integer horizontalResolution
public Integer verticalResolution
public Boolean fromScratch
public String folder
public String storage
public ModifyBmpRequest(String name, Integer bitsPerPixel, Integer horizontalResolution, Integer verticalResolution, Boolean fromScratch, String folder, String storage)
name
- Filename of image.bitsPerPixel
- Color depth.horizontalResolution
- New horizontal resolution.verticalResolution
- New vertical resolution.fromScratch
- Specifies where additional parameters we do not support should be taken from. If this is true – they will be taken from default values for standard image, if it is false – they will be saved from current image. Default is false.folder
- Folder with image to process.storage
- Your Aspose Cloud Storage name.Copyright © 2020 Aspose Pty Ltd. All rights reserved.