Leadtools.Codecs Namespace > RasterCodecs Class > ReadStamp Method : ReadStamp(String,Int32) Method |
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 )
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2