Reads a thumbnail image stored in an image stream.
public IAsyncOperation<RasterImage> ReadStampAsync(
ILeadStream ,
int
)
'Declaration
Public Function ReadStampAsync( _
ByVal As ILeadStream, _
ByVal As Integer _
) As IAsyncOperation(Of RasterImage)
'Usage
Dim instance As RasterCodecs
Dim stream As ILeadStream
Dim pageNumber As Integer
Dim value As IAsyncOperation(Of RasterImage)
value = instance.ReadStampAsync(stream, pageNumber)
public IAsyncOperation<RasterImage> ReadStampAsync(
ILeadStream stream,
int pageNumber
)
function Leadtools.Codecs.RasterCodecs.ReadStampAsync(
stream ,
pageNumber
)
public:
IAsyncOperation<RasterImage^>^ ReadStampAsync(
ILeadStream^ ,
int
)
Parameters
- stream
- A Leadtools.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.
Return Value
When this method completes, it returns the
Leadtools.RasterImage object that this method loads.