'Declaration
<CategoryAttribute("ThumbnailXpress")>
<BrowsableAttribute(True)>
<DescriptionAttribute("Indicates preservation of black details (like lines) when reducing black on white images to thumbnail size.")>
Public Property PreserveBlack As Boolean
'Usage
Dim instance As ThumbnailXpress
Dim value As Boolean
instance.PreserveBlack = value
value = instance.PreserveBlack
[CategoryAttribute("ThumbnailXpress")]
[BrowsableAttribute(true)]
[DescriptionAttribute("Indicates preservation of black details (like lines) when reducing black on white images to thumbnail size.")]
public bool PreserveBlack {get; set;}
[CategoryAttribute("ThumbnailXpress")]
[BrowsableAttribute(true)]
[DescriptionAttribute("Indicates preservation of black details (like lines) when reducing black on white images to thumbnail size.")]
public: __property bool get_PreserveBlack();
public: __property void set_PreserveBlack(
bool value
);
[CategoryAttribute("ThumbnailXpress")]
[BrowsableAttribute(true)]
[DescriptionAttribute("Indicates preservation of black details (like lines) when reducing black on white images to thumbnail size.")]
public:
property bool PreserveBlack {
bool get();
void set ( bool value);
}