PdfDocument
SaveAsImage Method (Int32, Int32, Int32)
|
Saves PDF document page as image,Set image Dpi
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public Image SaveAsImage(
int pageIndex,
int dpiX,
int dpiY
)
Public Function SaveAsImage (
pageIndex As Integer,
dpiX As Integer,
dpiY As Integer
) As Image
public:
Image^ SaveAsImage(
int pageIndex,
int dpiX,
int dpiY
)
member SaveAsImage :
pageIndex : int *
dpiX : int *
dpiY : int -> Image
Parameters
-
pageIndex
-
Type:
System
Int32
Page index.
-
dpiX
-
Type:
System
Int32
Pictures X resolution
-
dpiY
-
Type:
System
Int32
Pictures Y resolution
Return Value
Type:
Image
Returns page as Image.
See Also