'Declaration Public Function New( _
ByVal imageAn image that should be decoded.As VintasoftImage, _
ByVal renderingSettingsThe rendering settings.As Vintasoft.Imaging.Codecs.Decoders.RenderingSettings, _
ByVal decodingSettingsThe decoding settings.As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings, _
ByVal useVectorRenderingA value indicating whether vector rendering must be used for rendering of PDF, DOCX and XLSX pages.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
- An image that should be decoded.
- renderingSettings
- The rendering settings.
- decodingSettings
- The decoding settings.
- useVectorRendering
- A value indicating whether vector rendering must be used for rendering of PDF, DOCX and XLSX pages.