'Declaration Public Function New( _
ByVal imageИзображение, которое необходимо декодировать.As VintasoftImage, _
ByVal renderingSettingsНастройки рендеринга.As Vintasoft.Imaging.Codecs.Decoders.RenderingSettings, _
ByVal decodingSettingsНастройки декодирования.As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings, _
ByVal useVectorRenderingЗначение, указывающее, необходимо ли использовать векторную визуализацию для визуализации PDF страниц, DOCX и XLSX.As Boolean _
)
public ImageDecodingStartingEventArgs(
VintasoftImage image,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings renderingSettings,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings decodingSettings,
bool useVectorRendering
)
public: ImageDecodingStartingEventArgs(
VintasoftImage* image,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings* renderingSettings,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings* decodingSettings,
bool useVectorRendering
)
public:
ImageDecodingStartingEventArgs(
VintasoftImage^ image,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings^ renderingSettings,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings^ decodingSettings,
bool useVectorRendering
)
Parameters
- image
- Изображение, которое необходимо декодировать.
- renderingSettings
- Настройки рендеринга.
- decodingSettings
- Настройки декодирования.
- useVectorRendering
- Значение, указывающее, необходимо ли использовать векторную визуализацию для визуализации PDF страниц, DOCX и XLSX.