DefaultPictureFormat Property

Picture format of Active-X components converted to pictures.


Object.DefaultPictureFormat = string

Return Value

String
Picture format of Active-X components converted to pictures. Allowed values: “bmp”, “jpg”, "png", "tif", "gif". Default value is “jpg”

Remarks

Applies To: XFRX#INIT, XFRX#LISTENERPDFL#INIT


Examples

m.loXFRX = EVALUATE([xfrx("XFRX#INIT")])
m.loXFRX.DefaultPictureFormat= "png"
RELE m.loXFRX