Get a thumbnail bitmap for this page.
Namespace: TallComponents.PDFAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public Bitmap GetThumbnail( int thumbnailWidth, int thumbnailHeight ) |
| Visual Basic |
|---|
Public Function GetThumbnail ( _ thumbnailWidth As Integer, _ thumbnailHeight As Integer _ ) As Bitmap |
Parameters
- thumbnailWidth
- Type: System..::..Int32
The width of the bitmap.
- thumbnailHeight
- Type: System..::..Int32
The height of the bitmap
Remarks
The size of the returned bitmap is limited to at most 200 x 200 pixels.