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
)
Function SaveToImages (
pageIndex As Integer,
noOfPages As Integer,
type As ImageType
) As Image()
array<Image^>^ SaveToImages(
int pageIndex,
int noOfPages,
ImageType type
)
abstract SaveToImages :
pageIndex : int *
noOfPages : int *
type : ImageType -> Image[]
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