Cuminas DjVu SDK for .NET Framework
LoadFromRepository Method



The profile name to load.
Syntax
Public Shared Function LoadFromRepository( _
   ByVal profileName As String _
) As EncoderProfile
Dim profileName As String
Dim value As EncoderProfile
 
value = EncoderProfile.LoadFromRepository(profileName)
public static EncoderProfile LoadFromRepository( 
   string profileName
)
public:
static EncoderProfile^ LoadFromRepository( 
   String^ profileName
) 

Parameters

profileName
The profile name to load.

Return Value

The profile repository file should be initialized/installed on the correct location before using the profiles. For more information, see DjVu Encoder Profiles.
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
DjVu Encoder Profiles

Send Feedback