public class CreateModifiedTiffRequest extends Object
Modifier and Type | Field and Description |
---|---|
Integer |
bitDepth
Bit depth.
|
String |
compression
Compression (none is default).
|
Boolean |
fromScratch
Specifies where additional parameters we do not support should be taken from.
|
Double |
horizontalResolution
New horizontal resolution.
|
byte[] |
imageData
Input image
|
String |
outPath
Path to updated file (if this is empty, response contains streamed image).
|
String |
resolutionUnit
New resolution unit (none - the default one, inch or centimeter).
|
String |
storage
Your Aspose Cloud Storage name.
|
Double |
verticalResolution
New vertical resolution.
|
Constructor and Description |
---|
CreateModifiedTiffRequest(byte[] imageData,
Integer bitDepth,
String compression,
String resolutionUnit,
Double horizontalResolution,
Double verticalResolution,
Boolean fromScratch,
String outPath,
String storage)
Initializes a new instance of the CreateModifiedTiffRequest class.
|
public byte[] imageData
public Integer bitDepth
public String compression
public String resolutionUnit
public Double horizontalResolution
public Double verticalResolution
public Boolean fromScratch
public String outPath
public String storage
public CreateModifiedTiffRequest(byte[] imageData, Integer bitDepth, String compression, String resolutionUnit, Double horizontalResolution, Double verticalResolution, Boolean fromScratch, String outPath, String storage)
imageData
- Input imagebitDepth
- Bit depth.compression
- Compression (none is default). Please, refer to https://apireference.aspose.com/net/imaging/aspose.imaging.fileformats.tiff.enums/tiffcompressions for all possible values.resolutionUnit
- New resolution unit (none - the default one, inch or centimeter).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.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.