public class PostImageDngRequest extends Object
Modifier and Type | Field and Description |
---|---|
Boolean |
fromScratch
Specifies where additional parameters we do not support should be taken from.
|
byte[] |
imageData
Input image
|
String |
outPath
Path to updated file (if this is empty, response contains streamed image).
|
String |
storage
Your Aspose Cloud Storage name.
|
Constructor and Description |
---|
PostImageDngRequest(byte[] imageData,
Boolean fromScratch,
String outPath,
String storage)
Initializes a new instance of the PostImageDngRequest class.
|
public byte[] imageData
public Boolean fromScratch
public String outPath
public String storage
public PostImageDngRequest(byte[] imageData, Boolean fromScratch, String outPath, String storage)
imageData
- Input imagefromScratch
- 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.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.