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
)
Public Function SaveToImages (
pageIndex As Integer,
pageCount As Integer,
type As ImageType
) As Image()
public:
virtual array<Image^>^ SaveToImages(
int pageIndex,
int pageCount,
ImageType type
) sealed
abstract SaveToImages :
pageIndex : int *
pageCount : int *
type : ImageType -> Image[]
override SaveToImages :
pageIndex : int *
pageCount : int *
type : ImageType -> Image[]
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