Click or drag to resize

OfdConverter ToImage Method (Int32)

Saves OFD document page as image

Namespace: Spire.Pdf.Conversion
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public Image ToImage(
	int pageIndex
)

Parameters

pageIndex
Type: System Int32
Page index

Return Value

Type: Image
Returns page as Image
See Also