Cuminas DjVu SDK for .NET Framework
ProfileName Property



The name of the profile.
Syntax
Public ReadOnly Property ProfileName As String
Dim instance As EncoderProfile
Dim value As String
 
value = instance.ProfileName
public string ProfileName {get;}
public:
property String^ ProfileName {
   String^ get();
}

Property Value

The value is the profile name, by which the profile is identified on the profile repository.
Remarks
The name could not be changed. Instead of renaming the profile directory, you should save the profile with other name.
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