public final class ImageOptions extends Object
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:
Constructor and Description |
---|
ImageOptions(ImageFormat imageFormat)
Provides the options which are used for image extraction.
|
Modifier and Type | Method and Description |
---|---|
ImageFormat |
getImageFormat()
Gets the image format for image extraction.
|
public ImageOptions(ImageFormat imageFormat)
imageFormat
- The format of the image.public ImageFormat getImageFormat()
ImageFormat
enumeration that contains an image format.