Reads a stamp image stored in a file.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As RasterCodecs
Dim fileName As String
Dim pageNumber As Integer
Dim value As RasterImage
value = instance.ReadStamp(fileName, pageNumber)
|
Parameters
- fileName
- String containing the name of the file which contains the stamp image to load.
- pageNumber
- Page number to load (1-based) if the file contains a multi-page image.
Return Value
The
RasterImage that this method loads.
Requirements
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
See Also