Leadtools.Annotations.Core Namespace > AnnCodecsInfo Class : Format Property |
public AnnFormat Format {get; set;}
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