ImageJoinOptions
Leave feedback
On this page
Inheritance: java.lang.Object
All Implemented Interfaces: com.groupdocs.merger.domain.options.interfaces.IImageJoinOptions
public class ImageJoinOptions implements IImageJoinOptions
The image join options.
| Constructor | Description |
|---|---|
| ImageJoinOptions() | Initializes new instance of ImageJoinOptions class. |
| ImageJoinOptions(FileType fileType) | Initializes new instance of ImageJoinOptions class. |
| ImageJoinOptions(int imageJoinMode) | Initializes new instance of ImageJoinOptions class. |
| ImageJoinOptions(FileType fileType, int imageJoinMode) | Initializes new instance of ImageJoinOptions class. |
public ImageJoinOptions()
Initializes new instance of ImageJoinOptions class.
public ImageJoinOptions(FileType fileType)
Initializes new instance of ImageJoinOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| fileType | FileType | The image file type. |
public ImageJoinOptions(int imageJoinMode)
Initializes new instance of ImageJoinOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| imageJoinMode | int | The image join mode. |
public ImageJoinOptions(FileType fileType, int imageJoinMode)
Initializes new instance of ImageJoinOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| fileType | FileType | The image file type. |
| imageJoinMode | int | The image join mode. |
public final FileType getType()
The image file type.
Returns: FileType
public final int getMode()
The image join mode.
Returns: int
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.