'Declaration Public Overloads Overrides Function GetThumbnail( _
ByVal pageIndexThe zero based page index. This parameter is not used and can be set to 0.As System.Int32, _
ByVal decodingSettingsDecoding settings, which must be used for decoding the thumbnail of page.As System.Drawing.Size, _
ByVal renderingSettingsRendering settings, which must be used for rendering the thumbnail of page.As DecodingSettings, _
ByVal sizeSize of the thumbnail.As RenderingSettings, _
ByVal useImageRenderingA value indicating whether the 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 decodingSettings,
DecodingSettings renderingSettings,
RenderingSettings size,
bool useImageRendering,
System.EventHandler<ProgressEventArgs> thumbnailLoadingProgress
)
public: Vintasoft.Imaging.VintasoftImage* GetThumbnail(
System.Int32 pageIndex,
System.Drawing.Size* decodingSettings,
DecodingSettings* renderingSettings,
RenderingSettings* size,
bool useImageRendering,
System.EventHandler<ProgressEventArgs*>* thumbnailLoadingProgress
); override
public:
Vintasoft.Imaging.VintasoftImage^ GetThumbnail(
System.Int32 pageIndex,
System.Drawing.Size^ decodingSettings,
DecodingSettings^ renderingSettings,
RenderingSettings^ size,
bool useImageRendering,
System.EventHandler<ProgressEventArgs^>^ thumbnailLoadingProgress
); override
Parameters
- pageIndex
- The zero based page index. This parameter is not used and can be set to 0.
- 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.
- size
- Size of the thumbnail.
- useImageRendering
- A value indicating whether the 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 the specified page of the image source.