| 
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
Syntax
 
 
Image[] SaveToImages(
	ImageType type
)
 
Function SaveToImages ( 
	type As ImageType
) As Image()
 
array<Image^>^ SaveToImages(
	ImageType type
)
 
abstract SaveToImages : 
type : ImageType -> Image[] 
 
 
 
Parameters
 
- 
type
 
- 
 Type:
 
Spire.Doc.Documents
ImageType
 
 The ImageType
Return Value
 
 Type:
 
Image
 
 Return the images
 
 Remarks
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
See Also