public class GetTiffToFaxRequest extends Object
Modifier and Type | Field and Description |
---|---|
String |
folder
Folder with image to process.
|
String |
name
Filename of 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 |
---|
GetTiffToFaxRequest(String name,
String storage,
String folder,
String outPath)
Initializes a new instance of the GetTiffToFaxRequest class.
|
public String name
public String storage
public String folder
public String outPath
public GetTiffToFaxRequest(String name, String storage, String folder, String outPath)
name
- Filename of image.storage
- Your Aspose Cloud Storage name.folder
- Folder with image to process.outPath
- Path to updated file (if this is empty, response contains streamed image).Copyright © 2018 Aspose Pty Ltd. All rights reserved.