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 RasterImage
- (nullable LTRasterImage *)readStampFromFile:(NSString *)file
pageNumber:(NSInteger)pageNumber
error:(NSError **)error
public:
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 multipage formats that support stamps.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document