Accusoft.ThumbnailXpress6.Net
PreserveBlack Property




Gets and sets enabling or disabling the PreserveBlack algorithms during thumbnail image generation.
Syntax
'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
[Category("ThumbnailXpress")]
[Browsable(true)]
[Description("Indicates preservation of black details (like lines) when reducing black on white images to thumbnail size.")]
public bool PreserveBlack {get; set;}
[Category("ThumbnailXpress")]
[Browsable(true)]
[Description("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
);
[Category("ThumbnailXpress")]
[Browsable(true)]
[Description("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);
}

Property Value

A boolean value which is true to preserve black fine lines. Otherwise, false is used and black lines are not preserved during thumbnail generation.
Remarks

Enabling this property enhances preservation of black details (like lines) when reducing black on white images to thumbnail size.

See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback