PictureDPI Property

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

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


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


Examples

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