ImageOptions
Contents
[
Hide
]
Inheritance: java.lang.Object
public final class ImageOptions
Provides the options which are used for image extraction.
An instance of ImageOptions class is used as parameter in PageImageArea.getImageStream(ImageOptions) and PageImageArea.save(String, ImageOptions) methods. See the usage examples there.
It’s used to specify the image format for image extraction.
Learn more:
Constructors
Constructor | Description |
---|---|
ImageOptions(ImageFormat imageFormat) | Provides the options which are used for image extraction. |
Methods
Method | Description |
---|---|
getImageFormat() | Gets the image format for image extraction. |
ImageOptions(ImageFormat imageFormat)
public ImageOptions(ImageFormat imageFormat)
Provides the options which are used for image extraction.
Parameters:
Parameter | Type | Description |
---|---|---|
imageFormat | ImageFormat | The format of the image. |
getImageFormat()
public ImageFormat getImageFormat()
Gets the image format for image extraction.
Returns: ImageFormat - ImageFormat enumeration that contains an image format.