public class ModifyTiffRequest extends Object
Modifier and Type | Field and Description |
---|---|
Integer |
bitDepth
Bit depth.
|
String |
compression
Compression (none is default).
|
String |
folder
Folder with image to process.
|
Boolean |
fromScratch
Specifies where additional parameters we do not support should be taken from.
|
Double |
horizontalResolution
New horizontal resolution.
|
String |
name
Filename of 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 |
---|
ModifyTiffRequest(String name,
Integer bitDepth,
String compression,
String resolutionUnit,
Double horizontalResolution,
Double verticalResolution,
Boolean fromScratch,
String folder,
String storage)
Initializes a new instance of the ModifyTiffRequest class.
|
public String name
public Integer bitDepth
public String compression
public String resolutionUnit
public Double horizontalResolution
public Double verticalResolution
public Boolean fromScratch
public String folder
public String storage
public ModifyTiffRequest(String name, Integer bitDepth, String compression, String resolutionUnit, Double horizontalResolution, Double verticalResolution, Boolean fromScratch, String folder, String storage)
name
- Filename of image.bitDepth
- 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.folder
- Folder with image to process.storage
- Your Aspose Cloud Storage name.Copyright © 2019 Aspose Pty Ltd. All rights reserved.