iText 7 7.1.8 API
iText.Kernel.VersionInfo Class Reference

Public Member Functions

  VersionInfo (String productName, String releaseNumber, String producerLine, String licenseKey)
 
virtual String  GetProduct ()
  Gets the product name. More...
 
virtual String  GetRelease ()
  Gets the release number. More...
 
virtual String  GetVersion ()
  Returns the iText version as shown in the producer line. More...
 
virtual String  GetKey ()
  Returns a license key if one was provided, or null if not. More...
 

Member Function Documentation

◆ GetKey()

virtual String iText.Kernel.VersionInfo.GetKey ( )
inlinevirtual

Returns a license key if one was provided, or null if not.

Returns
a license key.

◆ GetProduct()

virtual String iText.Kernel.VersionInfo.GetProduct ( )
inlinevirtual

Gets the product name.

Gets the product name. iText Group NV requests that you retain the iText producer line in every PDF that is created or manipulated using iText.

Returns
the product name

◆ GetRelease()

virtual String iText.Kernel.VersionInfo.GetRelease ( )
inlinevirtual

Gets the release number.

Gets the release number. iText Group NV requests that you retain the iText producer line in every PDF that is created or manipulated using iText.

Returns
the release number

◆ GetVersion()

virtual String iText.Kernel.VersionInfo.GetVersion ( )
inlinevirtual

Returns the iText version as shown in the producer line.

Returns the iText version as shown in the producer line. iText is a product developed by iText Group NV. iText Group requests that you retain the iText producer line in every PDF that is created or manipulated using iText.

Returns
iText version