LEADTOOLS Image File Support (Leadtools.Codecs assembly)

ReadStamp(String,Int32) Method

Show in webframe







A System.String containing the name of the file which contains the stamp image to load.
1-based index of the page from which the stamp image should be loaded.
Reads a thumbnail image stored in the image file.
Syntax
public RasterImage ReadStamp( 
   string fileName,
   int pageNumber
)
'Declaration
 
Public Overloads Function ReadStamp( _
   ByVal fileName As String, _
   ByVal pageNumber As Integer _
) As RasterImage
'Usage
 
Dim instance As RasterCodecs
Dim fileName As String
Dim pageNumber As Integer
Dim value As RasterImage
 
value = instance.ReadStamp(fileName, pageNumber)
public RasterImage ReadStamp( 
   string fileName,
   int pageNumber
)

            

            
 function Leadtools.Codecs.RasterCodecs.ReadStamp(String,Int32)( 
   fileName ,
   pageNumber 
)
public:
RasterImage^ ReadStamp( 
   String^ fileName,
   int pageNumber
) 

Parameters

fileName
A System.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 Leadtools.RasterImage object that this method loads.
Remarks

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(String,CodecsThumbnailOptions,Int32).

NOTE: At this time, there are no multipage formats that support stamps.

Example
For an example, refer to SaveStamp(RasterImage,String,Int32,Int32,Int32,CodecsSavePageMode).
Requirements

Target Platforms

See Also

Reference

RasterCodecs Class
RasterCodecs Members
Overload List
Implementing Extended FlashPix Support

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.