Cuminas DjVu SDK for .NET Framework
EncoderParams Property (EncoderProfile)



The DjVu encoder parameters associated to the profile.
Syntax
Public ReadOnly Property EncoderParams As EncoderParams
Dim instance As EncoderProfile
Dim value As EncoderParams
 
value = instance.EncoderParams
public EncoderParams EncoderParams {get;}
public:
property EncoderParams^ EncoderParams {
   EncoderParams^ get();
}

Property Value

The DjVu encoder parameters associated to the profile. They should be used for reference purpose. Don't modify any parameters of the object.
Requirements

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

See Also

Reference

EncoderProfile Class
EncoderProfile Members

Send Feedback