Exports the specified pages as Images

Namespace: Spire.DocViewer.Forms
Assembly: Spire.DocViewer.Forms (in Spire.DocViewer.Forms.dll) Version: 6.6.0.0 (6.6.0.4020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Image[] SaveImage(
	ushort startPage,
	ushort endPage
)
Public Function SaveImage ( 
	startPage As UShort,
	endPage As UShort
) As Image()
public:
array<Image^>^ SaveImage(
	unsigned short startPage, 
	unsigned short endPage
)
member SaveImage : 
        startPage : uint16 * 
        endPage : uint16 -> Image[] 

Parameters

startPage
UInt16
The starting page
endPage
UInt16
The ending page

Return Value

array<Image>[]()[][]
Returns the specified pages as Images

See Also