Accusoft.ThumbnailXpressSdk Namespace > ThumbnailItem Class : PdfPassword Property |
'Declaration Public Property PdfPassword As String
'Usage Dim instance As ThumbnailItem Dim value As String instance.PdfPassword = value value = instance.PdfPassword
public string PdfPassword {get; set;}
Changing the PDF password 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 password for an item that is currently being generated, that is having a Status of ThumbnailStatus.BeingGenerated will invoke an System.InvalidOperationException