public class GetImageFramePropertiesRequest extends Object
Modifier and Type | Field and Description |
---|---|
String |
folder
Folder with image to process.
|
Integer |
frameId
Number of a frame.
|
String |
name
Filename with image.
|
String |
storage
Your Aspose Cloud Storage name.
|
Constructor and Description |
---|
GetImageFramePropertiesRequest(String name,
Integer frameId,
String folder,
String storage)
Initializes a new instance of the GetImageFramePropertiesRequest class.
|
public String name
public Integer frameId
public String folder
public String storage
public GetImageFramePropertiesRequest(String name, Integer frameId, String folder, String storage)
name
- Filename with image.frameId
- Number of a frame.folder
- Folder with image to process.storage
- Your Aspose Cloud Storage name.Copyright © 2018 Aspose Pty Ltd. All rights reserved.