Accusoft.ThumbnailXpress6.Net
UsePdfXpressForPDFsOnly Property




Specifies whether thumbnailing of PDFs should only be done using PDFXpress.
Syntax
'Declaration
 
Public Property UsePdfXpressForPDFsOnly As Boolean
'Usage
 
Dim instance As Licensing
Dim value As Boolean
 
instance.UsePdfXpressForPDFsOnly = value
 
value = instance.UsePdfXpressForPDFsOnly
public bool UsePdfXpressForPDFsOnly {get; set;}
public: __property bool get_UsePdfXpressForPDFsOnly();
public: __property void set_UsePdfXpressForPDFsOnly( 
   bool value
);
public:
property bool UsePdfXpressForPDFsOnly {
   bool get();
   void set (    bool value);
}
Remarks

Default value: false

When true, PDFXpress is used to thumbnail PDFs. When false, ImagXpress may be used to thumbnail PDFs. For best performance it is recommended this property be set to true.

Note: AccessPdfXpress must be successfully called first.

PDF support is deprecated in ImagXpress, please use PDF Xpress instead for PDF support.

See Also

Reference

Licensing Class
Licensing Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback