Click or drag to resize

RenderImageFormatConverterGetImageFormat Method

Converts a MergeImageFormat to System.Drawing.ImageFormat

Namespace: ExpertPdf.MergePdf
Assembly: epmergepdf (in epmergepdf.dll) Version: 9.0
Syntax
public static ImageFormat GetImageFormat(
	MergeImageFormat format
)

Parameters

format  MergeImageFormat
The MergeImageFormat to convert

Return Value

ImageFormat
The converted ImageFormat
See Also