Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
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 )
- (nullable LTRasterImage *)readStampFromFile:(NSString *)file pageNumber:(NSInteger)pageNumber error:(NSError **)error
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.
NOTE: At this time, there are no multi-page formats that support stamps.