Click or drag to resize

IInternalAccess ConvertPageToMetafile Method

The convert pdf page to image

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
Image ConvertPageToMetafile(
	int pageIndex,
	bool isHighLight,
	bool isDrawPageContent,
	bool isDrawPageAnnotation,
	PdfPageRotateAngle rotate,
	PdfStyledFieldWidget styledFieldWidget
)

Parameters

pageIndex
Type: System Int32
isHighLight
Type: System Boolean
isDrawPageContent
Type: System Boolean
isDrawPageAnnotation
Type: System Boolean
rotate
Type: Spire.Pdf PdfPageRotateAngle
styledFieldWidget
Type: Spire.Pdf.Widget PdfStyledFieldWidget

Return Value

Type: Image
See Also