Saves DOC document page as image

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
)
Public Function SaveImage ( 
	startPage As UShort
) As Image
public:
Image^ SaveImage(
	unsigned short startPage
)
member SaveImage : 
        startPage : uint16 -> Image 

Parameters

startPage
UInt16
Page with start page to save as image

Return Value

Image
Returns page as Image

See Also