VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Formatters Namespace / AnnotationFormatter Class / EncodeImage(VintasoftImage) Method
Syntax Requirements SeeAlso
In This Topic
    EncodeImage(VintasoftImage) Method (AnnotationFormatter)
    In This Topic
    Encodes the image using ImageEncoder.
    Syntax
    'Declaration
    
    Protected Overridable Function EncodeImage( _
    ByVal image
    The image to encode.
    As Vintasoft.Imaging.VintasoftImage _
    ) As Byte[]
    protected virtual byte[] EncodeImage(
    Vintasoft.Imaging.VintasoftImage image
    )
    protected: virtual byte[] EncodeImage(
    Vintasoft.Imaging.VintasoftImage* image
    )
    protected:
    virtual byte[] EncodeImage(
    Vintasoft.Imaging.VintasoftImage^ image
    )

    Parameters

    image
    The image to encode.

    Return Value

    The encoded image data.
    Requirements

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

    See Also