←Select platform

ReadStamp(Stream,int) Method

Summary
Reads a thumbnail image stored in an image stream.
Syntax
C#
VB
Objective-C
C++
Java
public RasterImage ReadStamp( 
   Stream stream, 
   int pageNumber 
) 
Public Overloads Function ReadStamp( _ 
   ByVal stream As Stream, _ 
   ByVal pageNumber As Integer _ 
) As RasterImage 
- (nullable LTRasterImage *)readStampFromStream:(LTLeadStream *)stream  
                                     pageNumber:(NSInteger)pageNumber  
                                          error:(NSError **)error 
public RasterImage readStamp(ILeadStream stream, int pageNumber) 
public: 
RasterImage^ ReadStamp(  
   Stream^ stream, 
   int pageNumber 
)  

Parameters

stream
A Stream containing the image data which contains the stamp image to load.

pageNumber
1-based index of the page from which the stamp image should be loaded.

Return Value

The RasterImage object that this method loads.

Remarks

Only EXIF, CMP, JPEG, and FlashPix formats support stamps. However, not all file of these formats contain stamps. To create a thumbnail image from any file, use ReadThumbnail.

Example

For an example, refer to SaveStamp.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.