Click or drag to resize

RenderImageFormatConverterGetImageFormat Method

Converts a RenderImageFormat to System.Drawing.ImageFormat

Namespace: ExpertPdf.HtmlToPdf
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntax
public static ImageFormat GetImageFormat(
	RenderImageFormat format
)

Parameters

format  RenderImageFormat
The RenderImageFormat to convert

Return Value

ImageFormat
The converted ImageFormat
See Also