Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace : AnnCodecsInfo Class |
public class AnnCodecsInfo
'Declaration
Public Class AnnCodecsInfo
public sealed class AnnCodecsInfo
@interface LTAnnCodecsInfo : NSObject
public class AnnCodecsInfo
function Leadtools.Annotations.Core.AnnCodecsInfo()
The AnnCodecsInfo contains information on a valid annotation file. To get the information of an annotation file, use GetInfo, GetInfoFromString or GetInfoAsync.
This class contains the following members:
Member | Description |
---|---|
Format |
Format of the annotation file. This will either be AnnFormat if the file contains valid LEADTOOLS Annotations data or AnnFormat.Unknown if the file doesn't contain valid LEADTOOLS Annotations data. |
Version |
The version of the LEADTOOLS Annotation file. Currently this will be "1.0" if the file contains valid LEADTOOLS Annotations |
Pages |
An array of integers that contain the pages numbers found in the file. |
For an example, refer to GetInfo, GetInfoFromString or GetInfoAsync