Accusoft.ThumbnailXpress6.Net
ShowImagePlaceholders Property




Gets and sets the display of a pre-image-generation 'placeholder' icon.
Syntax
'Declaration
 
<CategoryAttribute("ThumbnailXpress")>
<BrowsableAttribute(True)>
<DescriptionAttribute("Indicates the displaying of a pre-image-generation 'placeholder' icon.")>
Public Property ShowImagePlaceholders As Boolean
'Usage
 
Dim instance As ThumbnailXpress
Dim value As Boolean
 
instance.ShowImagePlaceholders = value
 
value = instance.ShowImagePlaceholders
[Category("ThumbnailXpress")]
[Browsable(true)]
[Description("Indicates the displaying of a pre-image-generation 'placeholder' icon.")]
public bool ShowImagePlaceholders {get; set;}
[Category("ThumbnailXpress")]
[Browsable(true)]
[Description("Indicates the displaying of a pre-image-generation 'placeholder' icon.")]
public: __property bool get_ShowImagePlaceholders();
public: __property void set_ShowImagePlaceholders( 
   bool value
);
[Category("ThumbnailXpress")]
[Browsable(true)]
[Description("Indicates the displaying of a pre-image-generation 'placeholder' icon.")]
public:
property bool ShowImagePlaceholders {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to display placeholders. Otherwise, false is used.
Remarks

The default value is false.

See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback