'Declaration Public Overloads Function Render( _
ByVal widthNecessary width of the page image.As System.Int32, _
ByVal heightNecessary height of the page image.As System.Int32 _
) As Vintasoft.Imaging.VintasoftImage
public Vintasoft.Imaging.VintasoftImage Render(
System.Int32 width,
System.Int32 height
)
public: Vintasoft.Imaging.VintasoftImage* Render(
System.Int32 width,
System.Int32 height
)
public:
Vintasoft.Imaging.VintasoftImage^ Render(
System.Int32 width,
System.Int32 height
)
Parameters
- width
- Necessary width of the page image.
- height
- Necessary height of the page image.
Return Value
Rendered image of this page.