'Declaration Public Overloads Overridable Function Render( _
ByVal decodingSettingsThe decoding settings.As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings, _
ByVal renderingSettingsThe rendering settings.As Vintasoft.Imaging.Codecs.Decoders.RenderingSettings, _
ByVal renderingProgressAn image rendering progress delegate.As System.EventHandler(Of ProgressEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public virtual Vintasoft.Imaging.VintasoftImage Render(
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings decodingSettings,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings renderingSettings,
System.EventHandler<ProgressEventArgs> renderingProgress
)
Parameters
- decodingSettings
- The decoding settings.
- renderingSettings
- The rendering settings.
- renderingProgress
- An image rendering progress delegate.
Return Value
Rendered image of the page.