Accusoft.ThumbnailXpressSdk Namespace > ThumbnailXpress Class : ShowImagePlaceholders Property |
'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 );
The default value is false.