Accusoft.ThumbnailXpressSdk Namespace > ThumbnailXpress Class : PreserveBlack Property |
'Declaration <BrowsableAttribute(True)> <DescriptionAttribute("Indicates preservation of black details (like lines) when reducing black on white images to thumbnail size.")> <CategoryAttribute("ThumbnailXpress")> Public Property PreserveBlack As Boolean
'Usage Dim instance As ThumbnailXpress Dim value As Boolean instance.PreserveBlack = value value = instance.PreserveBlack
[Browsable(true)] [Description("Indicates preservation of black details (like lines) when reducing black on white images to thumbnail size.")] [Category("ThumbnailXpress")] public bool PreserveBlack {get; set;}
[Browsable(true)] [Description("Indicates preservation of black details (like lines) when reducing black on white images to thumbnail size.")] [Category("ThumbnailXpress")] 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.