iText 8.0.5 API
iText.Kernel.XMP.XMPVersionInfo Interface Reference

XMP Toolkit Version Information. More...

Public Member Functions

int  GetMajor ()
 
Returns
Returns the primary release number, the "1" in version "1.2.3".

 
int  GetMinor ()
 
Returns
Returns the secondary release number, the "2" in version "1.2.3".

 
int  GetMicro ()
 
Returns
Returns the tertiary release number, the "3" in version "1.2.3".

 
int  GetBuild ()
 
Returns
Returns a rolling build number, monotonically increasing in a release.

 
bool  IsDebug ()
 
Returns
Returns true if this is a debug build.

 
String  GetMessage ()
 
Returns
Returns a comprehensive version information string.

 

Detailed Description

XMP Toolkit Version Information.

XMP Toolkit Version Information.

Version information for the XMP toolkit is stored in the jar-library and available through a runtime call, XMPMetaFactory.GetVersionInfo() , addition static version numbers are defined in "version.properties".

23.01.2006