Accusoft.ThumbnailXpressSdk Namespace > ThumbnailXpress Class : PreserveBlack Property |
'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 );
Enabling this property enhances preservation of black details (like lines) when reducing black on white images to thumbnail size.