'Declaration Public Overloads Function GetThumbnail( _
ByVal widthШирина миниатюры.As System.Int32, _
ByVal heightВысота миниатюры.As System.Int32, _
ByVal renderingSettingsНастройки отрисовки.As Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings, _
ByVal decodingSettingsНастройки декодирования.As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings, _
ByVal progressControllerКонтроллер хода выполнения.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
- Ширина миниатюры.
- height
- Высота миниатюры.
- renderingSettings
- Настройки отрисовки.
- decodingSettings
- Настройки декодирования.
- progressController
- Контроллер хода выполнения.
Return Value
Миниатюра этой страницы.