XODOutputOptionsSetPreferJPG Method |
Where possible output JPG files rather than PNG. This will apply to both thumbnails and document images.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetPreferJPG(
bool prefer_jpg
)
Public Sub SetPreferJPG (
prefer_jpg As Boolean
)
public:
virtual void SetPreferJPG(
[InAttribute] bool prefer_jpg
) sealed
function SetPreferJPG(prefer_jpg);
Parameters
- prefer_jpg
- Type: SystemBoolean
if true JPG images will be used whenever possible.
See Also