Gets or sets a value indicating whether to revert back to the original secondary picture used for all
AnnEncryptObject objects.
public static bool UseOriginalSecondaryPicture {get; set;}
'Declaration
Public Shared Property UseOriginalSecondaryPicture As Boolean
'Usage
Dim value As Boolean
AnnEncryptObject.UseOriginalSecondaryPicture = value
value = AnnEncryptObject.UseOriginalSecondaryPicture
public:
static property bool UseOriginalSecondaryPicture {
bool get();
void set ( bool value);
}
Property Value
true to revert back to the original secondary picture used for all
AnnEncryptObject objects; otherwise, false to use the new picture if any.