'Declaration Public Function GetImage( _
ByVal pageIndexA zero-based index of PDF page.As Integer, _
ByVal imageResourceNameThe name of PDF image-resource.As String _
) As Vintasoft.Imaging.VintasoftBitmap
public Vintasoft.Imaging.VintasoftBitmap GetImage(
int pageIndex,
string imageResourceName
)
public: Vintasoft.Imaging.VintasoftBitmap* GetImage(
int pageIndex,
string* imageResourceName
)
public:
Vintasoft.Imaging.VintasoftBitmap^ GetImage(
int pageIndex,
string^ imageResourceName
)
Parameters
- pageIndex
- A zero-based index of PDF page.
- imageResourceName
- The name of PDF image-resource.
Return Value
The bitmap image of PDF image-resource.