by Loïc » Fri Jun 27, 2008 5:33 pm
Hi,
For fast page browsing
- Switch the PdfRenderingMode property to RenderingModeJPEG
- Switch the PdfEnablePageCash property to True
- Switch the ViewerQualityAuto property to True
- Set the PdfDpiRendering property to 110 (you can use lower value)
For fast pdf loading
- Switch the PdfRenderingMode property to RenderingModeNative
- Switch the ViewerQualityAuto property to True
- Set the PdfDpiRendering property to 110 (you can use lower value)
For High quality
- Switch the PdfRenderingMode property to RenderingModeNative
- Set the PdfDpiRendering property to 200 or 300.
- Switch the ViewerQualityAuto property to False
- Switch the ViewerQuality property to ViewerQualityBicubicHQ
For thumbnail view mode
- Switch the PdfRenderingMode property to RenderingModeNative
- Set the PdfDpiRendering property to 20.
- Switch the ViewerQualityAuto property to False
- Switch the ViewerQuality property to ViewerQualityBicubicHQ
Loïc