(Leadtools.Annotations.Core)

Format Property

Show in webframe





Gets or sets the format of the annotation file.
Syntax
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');

Property Value

The format of the annotation file.
Remarks

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.

Example

For an example, refer to GetInfo, GetInfoFromString or GetInfoAsync

Requirements

Target Platforms

See Also

Reference

AnnCodecsInfo Class
AnnCodecsInfo Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.