VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Formatters Namespace / AnnotationFormatter Class
Constructors Properties Methods Events SeeAlso
In This Topic
    AnnotationFormatter Class Members
    In This Topic
    The following tables list the members exposed by AnnotationFormatter.
    Protected Constructors
     NameDescription
    Protected ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the SerializationBinder that performs type lookups during deserialization.
    Public PropertyGets or sets the StreamingContext used for serialization and deserialization.
    Public Propertystatic (Shared in Visual Basic)Gets or sets the default encoder that is used to serialize images.
    Public PropertyGets or sets the encoder that is used to serialize images.
    Public PropertyGets or sets the SurrogateSelector used by the current formatter.
    Protected Properties
     NameDescription
    Protected PropertyGets the resolution, in dpi, of underlying image.
    Public Methods
     NameDescription
    Public MethodDeserializes the data on the provided stream and reconstitutes the graph of objects.
    Public Methodstatic (Shared in Visual Basic)Returns the SDK version that corresponds to the specified System.Runtime.Serialization.StreamingContext.
    Public MethodSerializes an AnnotationDataCollection or AnnotationData object to the provided stream.
    Protected Methods
    Public Events
     NameDescription
    Public EventOccurs when an exception occurs during deserialization of annotation data collection.
    See Also