Accusoft.ThumbnailXpress6.Net
PdfPassword Property (ThumbnailItem)




Read/write property accessing the PDF password of the thumbnail item.
Syntax
'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;}
public: __property string* get_PdfPassword();
public: __property void set_PdfPassword( 
   string* value
);
public:
property String^ PdfPassword {
   String^ get();
   void set (    String^ value);
}

Property Value

The PDF password.
Remarks

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

See Also

Reference

ThumbnailItem Class
ThumbnailItem Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback