VintaSoftTwain Control v6.0
VintaSoftTwain Object / AcquiredImages_GetImageTileAsBase64String Method
The horizontal scale of image tile.
The vertical scale of image tile.
The X coordinate, in pixels, of rectangle on source image.
The Y coordinate, in pixels, of rectangle on source image.
The tile width in pixels.
The tile height in pixels.
In This Topic
    AcquiredImages_GetImageTileAsBase64String Method
    In This Topic
    Description
    Returns tile of acquired image as Base64 string.
    Syntax
    Visual Basic
    Public Function AcquiredImages_GetImageTileAsBase64String( _
       ByVal index As Long, _
       ByVal imageFileFormat As enumTwainImageEncoderType, _
       ByVal scaleX As Single, _
       ByVal scaleY As Single, _
       ByVal x As Integer, _
       ByVal y As Integer, _
       ByVal width As Integer, _
       ByVal height As Integer _
    ) As String
    Parameters
    index
    imageFileFormat
    ValueDescription
    TWAINIMAGEENCODERTYPE_BmpEncoderEncoder of BMP files.
    TWAINIMAGEENCODERTYPE_JpegEncoderEncoder of JPEG files.
    TWAINIMAGEENCODERTYPE_PdfEncoderEncoder of PDF documents.
    TWAINIMAGEENCODERTYPE_PngEncoderEncoder of PNG files.
    TWAINIMAGEENCODERTYPE_TiffEncoderEncoder of TIFF files.
    scaleX
    The horizontal scale of image tile.
    scaleY
    The vertical scale of image tile.
    x
    The X coordinate, in pixels, of rectangle on source image.
    y
    The Y coordinate, in pixels, of rectangle on source image.
    width
    The tile width in pixels.
    height
    The tile height in pixels.
    Return Type
    Tile of acquired image as Base64 string.
    See Also