Click or drag to resize

IDocument SaveToImages Method (ImageType)

Converts the whole document 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(
	ImageType type
)

Parameters

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 Microsoft Word. The total number of pages and layouting of the elements may vary.
See Also