ImageJoinOptions
Contents
[
Hide
]
ImageJoinOptions()
Initializes new instance of ImageJoinOptions
class.
public ImageJoinOptions()
See Also
- class ImageJoinOptions
- namespace GroupDocs.Merger.Domain.Options
- assembly GroupDocs.Merger
ImageJoinOptions(FileType)
Initializes new instance of ImageJoinOptions
class.
public ImageJoinOptions(FileType fileType)
Parameter | Type | Description |
---|---|---|
fileType | FileType | The image file type. |
See Also
- class FileType
- class ImageJoinOptions
- namespace GroupDocs.Merger.Domain.Options
- assembly GroupDocs.Merger
ImageJoinOptions(ImageJoinMode)
Initializes new instance of ImageJoinOptions
class.
public ImageJoinOptions(ImageJoinMode imageJoinMode)
Parameter | Type | Description |
---|---|---|
imageJoinMode | ImageJoinMode | The image join mode. |
See Also
- enum ImageJoinMode
- class ImageJoinOptions
- namespace GroupDocs.Merger.Domain.Options
- assembly GroupDocs.Merger
ImageJoinOptions(FileType, ImageJoinMode)
Initializes new instance of ImageJoinOptions
class.
public ImageJoinOptions(FileType fileType, ImageJoinMode imageJoinMode)
Parameter | Type | Description |
---|---|---|
fileType | FileType | The image file type. |
imageJoinMode | ImageJoinMode | The image join mode. |
See Also
- class FileType
- enum ImageJoinMode
- class ImageJoinOptions
- namespace GroupDocs.Merger.Domain.Options
- assembly GroupDocs.Merger