Accusoft.ThumbnailXpress6.Net
MaximumThumbnailBitDepth Property




Gets and sets the maximum bit-depth allowed for the thumbnails.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<CategoryAttribute("ThumbnailXpress")>
<DescriptionAttribute("Indicates the maximum bit depth allowed for the thumbnails.")>
Public Property MaximumThumbnailBitDepth As Integer
'Usage
 
Dim instance As ThumbnailXpress
Dim value As Integer
 
instance.MaximumThumbnailBitDepth = value
 
value = instance.MaximumThumbnailBitDepth
[Browsable(true)]
[Category("ThumbnailXpress")]
[Description("Indicates the maximum bit depth allowed for the thumbnails.")]
public int MaximumThumbnailBitDepth {get; set;}
[Browsable(true)]
[Category("ThumbnailXpress")]
[Description("Indicates the maximum bit depth allowed for the thumbnails.")]
public: __property int get_MaximumThumbnailBitDepth();
public: __property void set_MaximumThumbnailBitDepth( 
   int value
);
[Browsable(true)]
[Category("ThumbnailXpress")]
[Description("Indicates the maximum bit depth allowed for the thumbnails.")]
public:
property int MaximumThumbnailBitDepth {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the maximum thumbnail bit-depth.
Remarks

The default value is 24.

See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback