Cuminas DjVu SDK for .NET Framework
NoiseReductionMethod Property



Noise reduction method for mask layer. For Agressive or Lossy, if None is selected, noise reduction is anyway enabled and RemoveIsolated is used.
Syntax
Public Property NoiseReductionMethod As JB2NoiseReductionMethod
Dim instance As JB2EncoderParams
Dim value As JB2NoiseReductionMethod
 
instance.NoiseReductionMethod = value
 
value = instance.NoiseReductionMethod
public JB2NoiseReductionMethod NoiseReductionMethod {get; set;}
public:
property JB2NoiseReductionMethod NoiseReductionMethod {
   JB2NoiseReductionMethod get();
   void set (    JB2NoiseReductionMethod value);
}
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

JB2EncoderParams Class
JB2EncoderParams Members

Send Feedback