public class CreateFaxTiffRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
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 |
|---|
CreateFaxTiffRequest(byte[] imageData,
String outPath,
String storage)
Initializes a new instance of the CreateFaxTiffRequest class.
|
public byte[] imageData
public String outPath
public String storage
public CreateFaxTiffRequest(byte[] imageData,
String outPath,
String storage)
imageData - Input imageoutPath - Path to updated file (if this is empty, response contains streamed image).storage - Your Aspose Cloud Storage name.Copyright © 2025 Aspose Pty Ltd. All rights reserved.