'Declaration
Public Overloads Function ReadThumbnail( _
ByVal As Stream, _
ByVal As CodecsThumbnailOptions, _
ByVal As Integer _
) As RasterImage
'Usage
Dim instance As RasterCodecs
Dim stream As Stream
Dim options As CodecsThumbnailOptions
Dim pageNumber As Integer
Dim value As RasterImage
value = instance.ReadThumbnail(stream, options, pageNumber)
-(LTRasterImage*)readThumbnail:(LTLeadStream*)stream options:(LTCodecsThumbnailOptions*)thumbnailOptions pageNumber:(unsigned int)pageNumber error:(NSError**)outError;
public RasterImage readThumbnail(ILeadStream stream, CodecsThumbnailOptions options, int pageNumber)
function Leadtools.Codecs.RasterCodecs.ReadThumbnail(Stream,CodecsThumbnailOptions,Int32)(
stream ,
options ,
pageNumber
)
Parameters
- stream
- A System.IO.Stream containing the image data from which the thumbnail image will be created.
- options
- Options for creating the thumbnail image.
- pageNumber
- 1-based index of the page from which the thumbnail image should be created.
Return Value
The
Leadtools.RasterImage object that this method creates.