Cuminas DjVu SDK for .NET Framework
FormatVersion Property (Annotation)



Gets the DjVu Annotation format version, which the data container requires.
Syntax
Public Overridable ReadOnly Property FormatVersion As Integer
Dim instance As Annotation
Dim value As Integer
 
value = instance.FormatVersion
public virtual int FormatVersion {get;}
public:
virtual property int FormatVersion {
   int get();
}

Property Value

DjVu format version required by the object. The value varies depending on the actual configuration.
Requirements

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

See Also

Reference

Annotation Class
Annotation Members

Send Feedback