OfdConverter
ToImage Method (Int32, Int32, Int32)
|
Saves OFD document page as image
Namespace:
Spire.Pdf.Conversion
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public Image ToImage(
int pageIndex,
int dpiX,
int dpiY
)
Public Function ToImage (
pageIndex As Integer,
dpiX As Integer,
dpiY As Integer
) As Image
public:
Image^ ToImage(
int pageIndex,
int dpiX,
int dpiY
)
member ToImage :
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