'Declaration Public Shared Function ExportPageToBitmap( _ ByVal page As ImGearPage _ ) As Bitmap
'Usage Dim page As ImGearPage Dim value As Bitmap value = ImGearFileFormats.ExportPageToBitmap(page)
public static Bitmap ExportPageToBitmap( ImGearPage page )
public: static Bitmap* ExportPageToBitmap( ImGearPage* page )
public: static Bitmap^ ExportPageToBitmap( ImGearPage^ page )
Parameters
- page
- Page to export.
Return Value
System.Drawing.Bitmap
class object, containing exported image.