'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, _
ByVal decodingSettingsDecoding settings.As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings, _
ByVal progressControllerProgress controller.As Vintasoft.Imaging.Utils.IActionProgressController _
) As Vintasoft.Imaging.VintasoftImage
public Vintasoft.Imaging.VintasoftImage GetThumbnail(
System.Int32 width,
System.Int32 height,
Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings renderingSettings,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings decodingSettings,
Vintasoft.Imaging.Utils.IActionProgressController progressController
)
public: Vintasoft.Imaging.VintasoftImage* GetThumbnail(
System.Int32 width,
System.Int32 height,
Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings* renderingSettings,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings* decodingSettings,
Vintasoft.Imaging.Utils.IActionProgressController* progressController
)
public:
Vintasoft.Imaging.VintasoftImage^ GetThumbnail(
System.Int32 width,
System.Int32 height,
Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings^ renderingSettings,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings^ decodingSettings,
Vintasoft.Imaging.Utils.IActionProgressController^ progressController
)
Parameters
- width
- Thumbnail width.
- height
- Thumbnail height.
- renderingSettings
- Rendering settings.
- decodingSettings
- Decoding settings.
- progressController
- Progress controller.
Return Value
Thumbnail of this page.