C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the format of the annotation file.
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');
The format of the annotation file.
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
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET