←Select platform

Format Property

Summary

Gets or sets the format of the annotation file.

Syntax
C#
VB
Objective-C
C++
Java
public AnnFormat Format { get; set; } 
Public Property Format As AnnFormat 
@property (nonatomic) LTAnnFormat format; 
public AnnFormat getFormat() 
public void setFormat(AnnFormat value) 
public:  
   property AnnFormat^ Format 
   { 
      AnnFormat^ get() 
      void set(AnnFormat^ value) 
   } 

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 does not contain valid LEADTOOLS Annotations data.

Example

For an example, refer to GetInfo or GetInfoFromString.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly