Click or drag to resize

IDocument SaveToImages Method (Int32, Int32, ImageType)

Converts the specified range of pages into images

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

Parameters

pageIndex
Type: System Int32
Starting page index (Zero based)
noOfPages
Type: System Int32
type
Type: Spire.Doc.Documents ImageType
The ImageType

Return Value

Type: Image
Return the images
Remarks
Layouting of the pages is not exactly the same as the layouting made by MS-Word. The total number of pages and layouting of the elements may vary.
See Also