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
[BrowsableAttribute(true)] [DescriptionAttribute("Indicates preservation of black details (like lines) when reducing black on white images to thumbnail size.")] [CategoryAttribute("ThumbnailXpress")] public bool PreserveBlack {get; set;}
[BrowsableAttribute(true)] [DescriptionAttribute("Indicates preservation of black details (like lines) when reducing black on white images to thumbnail size.")] [CategoryAttribute("ThumbnailXpress")] public: __property bool get_PreserveBlack(); public: __property void set_PreserveBlack( bool value );
[BrowsableAttribute(true)] [DescriptionAttribute("Indicates preservation of black details (like lines) when reducing black on white images to thumbnail size.")] [CategoryAttribute("ThumbnailXpress")] public: property bool PreserveBlack { bool get(); void set ( bool value); }
Enabling this property enhances preservation of black details (like lines) when reducing black on white images to thumbnail size.