ImageGearJavaPDF Project > com.accusoft.imagegearpdf Package : AddImageOptions Class |
The following tables list the members exposed by AddImageOptions.
Name | Description | |
---|---|---|
![]() | AddImageOptions Constructor | Overloaded. |
Name | Description | |||
---|---|---|---|---|
![]() | delete |
| ||
![]() | getCompressionType | This specifies the compression to apply to the image. See the CompressionType for details. Default value is CompressionType.NoneCompression. | ||
![]() | getHeight | This specifies the resulting image height to be added to the page. Default value is 0. | ||
![]() | getWidth | This specifies the resulting image width to be added to the page. Default value is 0. | ||
![]() | getX | This specifies the horizontal location of image to be added to the page. Default value is 0. | ||
![]() | getY | This specifies the vertical location of image to be added to the page. Default value is 0. | ||
![]() | setCompressionType | This specifies the compression to apply to the image. See the CompressionType for details. Default value is CompressionType.NoneCompression. | ||
![]() | setHeight | This specifies the resulting image height to be added to the page (use 0 for default behavior). | ||
![]() | setWidth | This specifies the resulting image width to be added to the page (use 0 for default behavior). | ||
![]() | setX | This specifies the horizontal location of image to be added to the page. Default value is 0. | ||
![]() | setY | This specifies the vertical location of image to be added to the page. Default value is 0. |