Reads a thumbnail image stored in the file and loads.
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
- A String containing the name of the file which contains the stamp image to load.
- pageNumber
- 1-based index of the page from which the stamp image should be loaded.
Return Value
The
RasterImage object that this method loads.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also