6. Creating and Using Basic Fields : Scalar Fields : Image Fields : Image Field Properties
 
Share this page                  
Image Field Properties
All the properties for image fields are described under Common Field Properties (see Common Field Properties), with the exception of the following property that is specific to the image field type.
DisplayPolicy
Specifies how the image will be displayed in the field. Available selections are:
DP_CLIP_IMAGE
Clips the image to fit the field
DP_AUTOSIZE_FIELD
Expands or shrinks the field to fit the image
DP_SCALE_IMAGE_H
Scales the image vertically to fit the field
DP_SCALE_IMAGE_W
Scales the image horizontally to fit the field
DP_SCALE_IMAGE_HW
Scales the image vertically and horizontally to fit the field (may cause distortion)
Default: DP_CLIP_IMAGE