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