VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / AnnotationsFormat Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
AnnotationsFormat Enumeration
In This Topic
Specifies available storing formats of annotations.
Syntax
'Declaration

<FlagsAttribute()>
Public Enum AnnotationsFormat
   Inherits System.Enum

[Flags()]
public enum AnnotationsFormat : System.Enum

Members
MemberDescription
NoneNo annotations.
VintasoftXmpAnnotations are stored in Vintasoft XMP packet. XMP packet can be saved separately or in TIFF, PDF or JPEG file.
VintasoftBinaryAnnotations are stored as Vintasoft binary packet. Binary packet can be saved separately or in TIFF, PDF, PNG or JPEG file.
WangAnnotations are stored as WANG packet. WANG packet can be saved separately or in TIFF file.
UnsupportedUnsupported format of annotations.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Imaging.AnnotationsFormat

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also