PdfMagnificationOptions

PDF export magnification options.

Class

Read Only

Number DEFAULT_VALUE = 1147563124

Uses default magnification.


Read Only

Number ACTUAL_SIZE = 2053206906

Uses the actual size.


Read Only

Number FIT_PAGE = 2053534832

Uses the fit page magnification option.


Read Only

Number FIT_WIDTH = 1212437335

Uses the fit width magnification option.


Read Only

Number FIT_HEIGHT = 1212437352

Uses the fit height magnification option.


Read Only

Number FIT_VISIBLE = 1212437334

Uses the fit visible magnification option.


Read Only

Number TWENTY_FIVE_PERCENT = 2053534822

Uses 25 percent magnification option.


Read Only

Number FIFTY_PERCENT = 2053531248

Uses 50 percent magnification option.


Read Only

Number SEVENTY_FIVE_PERCENT = 2053534566

Uses 75 percent magnification option.


Read Only

Number ONE_HUNDRED_PERCENT = 2053533544

Uses 100 percent magnification option.

Was this helpful?