Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
ReadStamp Method
See Also 
Leadtools.Codecs Namespace > RasterCodecs Class : ReadStamp Method



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.
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.
Reads a stamp image stored in a file.

Syntax

Visual Basic (Declaration) 
Public Function ReadStamp( _
   ByVal fileName As String, _
   ByVal pageNumber As Integer _
) As RasterImage
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)
C# 
public RasterImage ReadStamp( 
   string fileName,
   int pageNumber
)
C++/CLI 
public:
RasterImage^ ReadStamp( 
   String^ fileName,
   int 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