public class PostTiffAppendRequest extends Object
Modifier and Type | Field and Description |
---|---|
String |
appendFile
Image file name to be appended to original one.
|
String |
folder
Folder with images to process.
|
String |
name
Original image file name.
|
String |
storage
Your Aspose Cloud Storage name.
|
Constructor and Description |
---|
PostTiffAppendRequest(String name,
String appendFile,
String storage,
String folder)
Initializes a new instance of the PostTiffAppendRequest class.
|
public String name
public String appendFile
public String storage
public String folder
public PostTiffAppendRequest(String name, String appendFile, String storage, String folder)
name
- Original image file name.appendFile
- Image file name to be appended to original one.storage
- Your Aspose Cloud Storage name.folder
- Folder with images to process.Copyright © 2019 Aspose Pty Ltd. All rights reserved.