←Select platform

Format Property

Summary

Gets or sets the format of the annotation file or stream.

Syntax

C#
VB
C++
public AnnCodecsFormat Format { get; set; } 
  
Public Property Format As Leadtools.Windows.Annotations.AnnCodecsFormat 

Property Value

An AnnCodecsFormat value that specifies the format of the annotation file or stream.

Remarks

Possible values are:

Format Description
AnnCodecsFormat.Unknown Unknown (invalid) format. LEADTOOLS for .NET will not be able to load this file or stream. The Pages value will always be 0.
AnnCodecsFormat.Serialize WPF Serialize format. (not compatible with LEADTOOLS .NET 2.0/Win32 annotations).
AnnCodecsFormat.Native Native format. LEADTOOLS for .NET should be able to load this file or stream. Note: This format has been replaced by AnnCodecsFormat.Xml, and is no longer supported.
AnnCodecsFormat.Wmf Windows WMF format. (LEASDTOOLS CDLL and .NET annotations compatible). Note that this format is Save only. LEADTOOLS for .NET annotations library will not load or get information for a WMF file.
AnnCodecsFormat.Encoded A binary format. Note: This format has been replaced by AnnCodecsFormat.Xml, and is no longer supported.
AnnCodecsFormat.Xml Format is XML. This is a text-based format for storing LEAD annotations that follows the XML (Extensible Markup Language) format. This is upward-compatible and LEADTOOLS CDLL and .NET annotations. compatible. For more information, refer to WPF Annotations XML Format.
Example

For C#/VB examples, refer to AnnCodecs.

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.Windows.Annotations Assembly