VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
In This Topic
    API changes in version 8.4
    In This Topic

    API changes in Vintasoft.Twain.dll

    Changed classes:

    Vintasoft.Twain.AcquiredImage
    Added methods
    public string GetAsBase64String(Vintasoft.Twain.ImageFileFormat) Gets an image as Base64 string.
    Changed methods
    public bool Crop(System.Drawing.Rectangle) public bool Crop(int, int, int, int)


    Vintasoft.Twain.Device
    Renamed properties
    public bool FlatbedPresent { get; } public bool HasFlatbed { get; }
    public bool FeederPresent { get; } public bool HasFeeder { get; }




    API changes in Vintasoft.Wpf.Twain.dll

    Changed classes:

    Vintasoft.Wpf.Twain.AcquiredImage
    Added methods
    public string GetAsBase64String(Vintasoft.Wpf.Twain.ImageFileFormat) Gets an image as Base64 string.
    Changed methods
    public bool Crop(Vintasoft.Wpf.Twain.Rectangle) public bool Crop(int, int, int, int)


    Vintasoft.Wpf.Twain.Device
    Renamed properties
    public bool FlatbedPresent { get; } public bool HasFlatbed { get; }
    public bool FeederPresent { get; } public bool HasFeeder { get; }