Click or drag to resize

Document SaveToImages Method (Int32, ImageType)

Save the specified page into image

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Image SaveToImages(
	int pageIndex,
	ImageType type
)

Parameters

pageIndex
Type: System Int32
Page index
type
Type: Spire.Doc.Documents ImageType
The ImageType

Return Value

Type: Image
Returns the image

Implements

IDocument SaveToImages(Int32, ImageType)
See Also