Exports the specified pages as Images
Namespace: Spire.DocViewer.FormsAssembly: 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[]
Return Value
array<Image>[]()[][]Returns the specified pages as Images