Specify DPI (dots-per-inch) resolution to which all pictures are recomputed.
Code Block |
---|
Object.SetPictureDPI(tuVal) |
Parameters
tuVal
Specify DPI (dots-per-inch) resolution to which all pictures are recomputed - see to PictureDPI property.
Remarks
Applies To: oXFRX
XFRX version: 23 24.0
Examples
Code Block |
---|
= EVALUATE([xfrx("LOADRL")]) _Screen.oXFRX.SetPictureDPI(90) |
...