Accusoft.ThumbnailXpressSdk Namespace > ThumbnailItem Class : PdfRepair Property |
'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;}
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.