Accusoft.ThumbnailXpress6.Net
ShowImagePlaceholders Property




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

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

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback