- fileName
- String containing the name of the file from which the thumbnail image will be created.
- options
- Options for creating the thumbnail image.
- pageNumber
- Page number in the image file to create the thumbnail from.
Visual Basic (Declaration) | |
---|---|
Public Function ReadThumbnail( _ ByVal fileName As String, _ ByVal options As CodecsThumbnailOptions, _ ByVal pageNumber As Integer _ ) As RasterImage |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterImage ReadThumbnail( string fileName, CodecsThumbnailOptions options, int pageNumber ) |
C++/CLI | |
---|---|
public: RasterImage^ ReadThumbnail( String^ fileName, CodecsThumbnailOptions options, int pageNumber ) |
Parameters
- fileName
- String containing the name of the file from which the thumbnail image will be created.
- options
- Options for creating the thumbnail image.
- pageNumber
- Page number in the image file to create the thumbnail from.
Return Value
The RasterImage (thumbnail image) that this method creates.Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6