VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.EsclImageScanning Namespace / EsclAcquiredImage Class / GetThumbnailAsBase64String(Int32,Int32) Method
Syntax Requirements SeeAlso
In This Topic
GetThumbnailAsBase64String(Int32,Int32) Method (EsclAcquiredImage)
In This Topic
Returns a thumbnail image as Base64-string.
Syntax
'Declaration

Public Function GetThumbnailAsBase64String( _
ByVal thumbnailWidth
Thumbnail width.
As Integer, _
ByVal thumbnailHeight
Thumbnail height.
As Integer _
) As String
public string GetThumbnailAsBase64String(
int thumbnailWidth,
int thumbnailHeight
)

Parameters

thumbnailWidth
Thumbnail width.
thumbnailHeight
Thumbnail height.

Return Value

Thumbnail image as Base64-string.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

See Also