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