public class ModifyJpeg2000Request extends Object
Modifier and Type | Field and Description |
---|---|
String |
codec
The codec (j2k or jp2).
|
String |
comment
The comment (can be either single or comma-separated).
|
String |
folder
Folder with image to process.
|
Boolean |
fromScratch
Specifies where additional parameters we do not support should be taken from.
|
String |
name
Filename of image.
|
String |
storage
Your Aspose Cloud Storage name.
|
public String name
public String comment
public String codec
public Boolean fromScratch
public String folder
public String storage
public ModifyJpeg2000Request(String name, String comment, String codec, Boolean fromScratch, String folder, String storage)
name
- Filename of image.comment
- The comment (can be either single or comma-separated).codec
- The codec (j2k or jp2).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 © 2019 Aspose Pty Ltd. All rights reserved.