VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Formatters Namespace / AnnotationVintasoftBinaryFormatter Class
Constructors Properties Methods Events SeeAlso
In This Topic
    AnnotationVintasoftBinaryFormatter Class Members
    In This Topic
    The following tables list the members exposed by AnnotationVintasoftBinaryFormatter.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the SerializationBinder that performs type lookups during deserialization. (Inherited from AnnotationFormatter)
    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. (Inherited from AnnotationFormatter)
    Public PropertyGets or sets the encoder that is used to serialize images. (Inherited from AnnotationFormatter)
    Public PropertyGets or sets the SurrogateSelector used by the current formatter. (Inherited from AnnotationFormatter)
    Protected Properties
     NameDescription
    Protected PropertyGets the resolution, in dpi, of underlying image. (Inherited from AnnotationFormatter)
    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. (Inherited from AnnotationFormatter)
    Public MethodSerializes an AnnotationDataCollection or AnnotationData object to the provided stream.
    Protected Methods
     NameDescription
    Protected MethodEncodes the image using ImageEncoder. (Inherited from AnnotationFormatter)
    Protected MethodRaises the AnnotationDataDeserializationException event. (Inherited from AnnotationFormatter)
    Public Events
     NameDescription
    Public EventOccurs when an exception occurs during deserialization of annotation data collection. (Inherited from AnnotationFormatter)
    See Also