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 : Format Property |
public AnnFormat Format {get; set;}
'Declaration
Public Property Format As AnnFormat
public AnnFormat Format {get; set;}
@property (nonatomic) LTAnnFormat format;
public AnnFormat getFormat() public void setFormat(AnnFormat value)
get_Format();
set_Format(value);
Object.defineProperty('Format');
This property 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.
For an example, refer to GetInfo, GetInfoFromString or GetInfoAsync