Click or drag to resize
RenderImageFormatConverterGetImageFormat Method
Converts a MergeImageFormat to System.Drawing.ImageFormat

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

Parameters

format
Type: ExpertPdf.MergePdfMergeImageFormat
The MergeImageFormat to convert

Return Value

Type: ImageFormat
The converted ImageFormat
See Also