Accusoft.ImagXpressSdk Namespace > LoadOptionsPdf Class : UseLegacyPDFSupport Property |
'Declaration Public Property UseLegacyPDFSupport As Boolean
'Usage Dim instance As LoadOptionsPdf Dim value As Boolean instance.UseLegacyPDFSupport = value value = instance.UseLegacyPDFSupport
public bool UseLegacyPDFSupport {get; set;}
This property is set to false by default.
When false, the more current PDF loading engine will be used which accepts the following formats:
When true, the legacy PDF Loading engine will be used and the format support will be limited to the following:
Only Image-only PDF pages are supported. Attempting to load a PDF page with more than a single image object (i.e. page also contains hidden or visible text objects, multiple images, vector graphics, etc. Invisible text objects that are also empty are tolerated.) will throw an ImagXpressException with ErrorUnsupportedPDF. Consider using PDF Xpress to support such PDF pages.
Setting this proprty to true is recommended for compatability reasons only. This legacy option has been deprecated since ImagXpress 13 and PDF support is limted when enabling this option.