'Declaration Public Overloads Function Render( _
ByVal widthНеобходимая ширина изображения страницы.As System.Int32, _
ByVal heightНеобходимая высота изображения страницы.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
- Необходимая ширина изображения страницы.
- height
- Необходимая высота изображения страницы.
Return Value
Отрисованное изображение этой страницы.