Click or drag to resize

Document SaveToImages Method (Int32, Int32, ImageType)

Save the specified range of pages into images

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,
	int pageCount,
	ImageType type
)

Parameters

pageIndex
Type: System Int32
Page index (Zero based)
pageCount
Type: System Int32
Number of pages
type
Type: Spire.Doc.Documents ImageType
The ImageType

Return Value

Type: Image
Return the images

Implements

IDocument SaveToImages(Int32, Int32, ImageType)
See Also