←Select platform

Format Property

Summary

Gets or sets the format of the annotation file.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnFormat Format { get; set; } 
Public Property Format As Leadtools.Annotations.Core.AnnFormat 
public Leadtools.Annotations.Core.AnnFormat Format {get; set;} 
@property (nonatomic) LTAnnFormat format; 
public AnnFormat getFormat() 
public void setFormat(AnnFormat value) 
             
  
get_Format(); 
set_Format(value); 
Object.defineProperty('Format');  
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 doesn't contain valid LEADTOOLS Annotations data.

Example

For an example, refer to GetInfo, GetInfoFromString or GetInfoAsync

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly