XODOutputOptionsSetJPGQuality Method |
Specifies the compression quality to use when generating JPEG images.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetJPGQuality(
uint quality
)
Public Sub SetJPGQuality (
quality As UInteger
)
public:
virtual void SetJPGQuality(
[InAttribute] unsigned int quality
) sealed
function SetJPGQuality(quality);
Parameters
- quality
- Type: SystemUInt32
the JPEG compression quality, from 0(highest compression) to 100(best quality).
See Also