'Declaration Public Overloads Function GetThumbnail( _
ByVal widthThumbnail width.As System.Int32, _
ByVal heightThumbnail height.As System.Int32 _
) As Vintasoft.Imaging.VintasoftImage
public Vintasoft.Imaging.VintasoftImage GetThumbnail(
System.Int32 width,
System.Int32 height
)
public: Vintasoft.Imaging.VintasoftImage* GetThumbnail(
System.Int32 width,
System.Int32 height
)
public:
Vintasoft.Imaging.VintasoftImage^ GetThumbnail(
System.Int32 width,
System.Int32 height
)
Parameters
- width
- Thumbnail width.
- height
- Thumbnail height.
Return Value
Thumbnail of this page.