Accusoft.ThumbnailXpress6.Net
PdfRepair Property (ThumbnailItem)




Read/write property accessing the PDF repair flag of the thumbnail item.
Syntax
'Declaration
 
Public Property PdfRepair As Boolean
'Usage
 
Dim instance As ThumbnailItem
Dim value As Boolean
 
instance.PdfRepair = value
 
value = instance.PdfRepair
public bool PdfRepair {get; set;}
public: __property bool get_PdfRepair();
public: __property void set_PdfRepair( 
   bool value
);
public:
property bool PdfRepair {
   bool get();
   void set (    bool value);
}

Property Value

The PDF repair flag, which is true to repair the PDF file while opening it.
Remarks

Changing the PDF repair flag for an item that is resident in the ThumbnailItemCollection will cause a new image to be generated for the item and the display to be updated, if appropriate.

Attempting to change the PDF repair flag for an item that is currently being generated, that is, having a Status of ThumbnailStatus.BeingGenerated, will invoke an System.InvalidOperationException.

See Also

Reference

ThumbnailItem Class
ThumbnailItem Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback