Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

DPI (dots-per-inch) resolution to which all pictures are recomputed. 

Code Block
Object.PictureDPI = number

Return Value

number
DPI (dots-per-inch) resolution to which all pictures are recomputed. You can use this property to reduce the output document size. Default value: 0 (do not recompute, keep pictures as they are)

Remarks

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


Info

This property must be sent before calling the SetParams method for XFRX#INIT or XFRX#LISTENER.


Examples

Code Block
m.loXFRX = EVALUATE([xfrx("XFRX#INIT")])
m.loXFRX.PictureDPI=80
RELE m.loXFRX


...