Gets and sets the maximum bit-depth allowed for the thumbnails.
[Description("Indicates the maximum bit depth allowed for the thumbnails.")]
[Category("ThumbnailXpress")]
[Browsable(true)]
public int MaximumThumbnailBitDepth {get; set;}
[Description("Indicates the maximum bit depth allowed for the thumbnails.")]
[Category("ThumbnailXpress")]
[Browsable(true)]
public: __property int get_MaximumThumbnailBitDepth();
public: __property void set_MaximumThumbnailBitDepth(
int value
);
[Description("Indicates the maximum bit depth allowed for the thumbnails.")]
[Category("ThumbnailXpress")]
[Browsable(true)]
public:
property int MaximumThumbnailBitDepth {
int get();
void set ( int value);
}
Property Value
An integer value which represents the maximum thumbnail bit-depth.