Reads a thumbnail image stored in the image file.
public RasterImage ReadStamp(
string fileName,
int pageNumber,
CodecsImageInfo info
)
Public Overloads Function ReadStamp( _
ByVal fileName As String, _
ByVal pageNumber As Integer _
) As Leadtools.RasterImage
public Leadtools.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:
Leadtools.RasterImage^ ReadStamp(
String^ fileName,
int pageNumber
)
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.
codecsimageinfo A CodecsImageInfo object containing information about the image.
The RasterImage object that this method loads.
Only EXIF, CMP, JFIF and FlashPix formats support stamps. However, not all file of these formats contain stamps.
Both ReadStamp(String,Int32) and ReadStamp(String,Int32,CodecsImageInfo) read a thumbnail image from a string and load it into the specified image. The difference is that ReadStamp(String,Int32,CodecsImageInfo) takes a CodecsImageInfo object in order to improve performance.
To create a thumbnail image from any file, use ReadThumbnail.
NOTE: At this time, there are no multi-page formats that support stamps.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET