Reads a thumbnail image stored in an image stream.
public IAsyncOperation<RasterImage> ReadStampAsync(
ILeadStream stream,
int pageNumber
)
Public Function ReadStampAsync( _
ByVal stream As ILeadStream, _
ByVal pageNumber As Integer _
) As IAsyncOperation(Of RasterImage)
public IAsyncOperation<RasterImage> ReadStampAsync(
ILeadStream stream,
int pageNumber
)
function Leadtools.Codecs.RasterCodecs.ReadStampAsync(
stream ,
pageNumber
)
public:
IAsyncOperation<RasterImage^>^ ReadStampAsync(
ILeadStream^ stream,
int pageNumber
)
stream
A ILeadStream containing the image data which contains the stamp image to load.
pageNumber
1-based index of the page from which the stamp image should be loaded.
When this method completes, it returns the RasterImage object that this method loads.
Only EXIF, CMP, JFIF and FlashPix formats support stamps. However, not all file of these formats contain stamps. To create a thumbnail image from any file, use ReadThumbnail.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET