'Declaration Public Overloads Overrides Function GetThumbnail( _
ByVal pageIndexThe zero based page index (not used).As System.Int32, _
ByVal sizeSize of the thumbnail.As System.Drawing.Size, _
ByVal decodingSettingsDecoding settings, which must be used for decoding the thumbnail of page.As DecodingSettings, _
ByVal renderingSettingsRendering settings, which must be used for rendering the thumbnail of page.As RenderingSettings, _
ByVal useImageRenderingA value indicating whether decoder can use ImageRenderer for rendering thumbnail image.As Boolean, _
ByVal thumbnailLoadingProgressDelegate of the thumbnail loading progress. Can be set to null (Nothing in Visual Basic).As System.EventHandler(Of ProgressEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public override Vintasoft.Imaging.VintasoftImage GetThumbnail(
System.Int32 pageIndex,
System.Drawing.Size size,
DecodingSettings decodingSettings,
RenderingSettings renderingSettings,
bool useImageRendering,
System.EventHandler<ProgressEventArgs> thumbnailLoadingProgress
)
public: Vintasoft.Imaging.VintasoftImage* GetThumbnail(
System.Int32 pageIndex,
System.Drawing.Size* size,
DecodingSettings* decodingSettings,
RenderingSettings* renderingSettings,
bool useImageRendering,
System.EventHandler<ProgressEventArgs*>* thumbnailLoadingProgress
); override
public:
Vintasoft.Imaging.VintasoftImage^ GetThumbnail(
System.Int32 pageIndex,
System.Drawing.Size^ size,
DecodingSettings^ decodingSettings,
RenderingSettings^ renderingSettings,
bool useImageRendering,
System.EventHandler<ProgressEventArgs^>^ thumbnailLoadingProgress
); override
Parameters
- pageIndex
- The zero based page index (not used).
- size
- Size of the thumbnail.
- decodingSettings
- Decoding settings, which must be used for decoding the thumbnail of page.
- renderingSettings
- Rendering settings, which must be used for rendering the thumbnail of page.
- useImageRendering
- A value indicating whether decoder can use ImageRenderer for rendering thumbnail image.
- thumbnailLoadingProgress
- Delegate of the thumbnail loading progress. Can be set to null (Nothing in Visual Basic).
Return Value
Thumbnail image of RAW image file.