Skip to main content Skip to complementary content

Image_Size

This clause is used with the Info prefix to resize images from a database management system to fit in the fields.

Syntax:

Info [Image_Size(width,height )] ( loadstatement | selectstatement )

Arguments:  

Argument Description
width The width of the image specified in pixels.
height The height of the image specified in pixels.

Example:  

Info Image_Size(122,122) SQL SELECT ID, Photo From infotable;

Learn more

 

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!