SMPOpenUIImagePresentation enumeration

An enum used to represent the possible presentation styles for an Agentry image.

Syntax

enum SMPOpenUIImagePresentation

Members

Member name Description Value
SMPOpenUIImagePresentationUnknown We don't know the image presentation type. -1
SMPOpenUIImagePresentationLockAspectRatio Image should be resized to fit within the field area while maintaining its aspect ratio. 0
SMPOpenUIImagePresentationStretchToFit Image should be stretched to fit within the field area. 1
SMPOpenUIImagePresentationCropToFit Image should be cropped to fit within the field area. 2
SMPOpenUIImagePresentationFullSize The image should be presented full-sized (nothing is selected in the Editor) 3