Reads a thumbnail image stored in the image file.
public RasterImage ReadStamp(
string fileName,
int pageNumber
)
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.
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. To create a thumbnail image from any file, use ReadThumbnail.
NOTE: At this time, there are no multi-page formats that support stamps.
For an example, refer to SaveStamp.
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