public @property float horizontalScalling()
Gets the current value of the page's horizontal scalling for text showing.
Returns
when succeed, it returns the current value of the page's horizontal scalling. Otherwise it returns HPDFDEFHSCALING.
public @property void horizontalScalling(float value)
Sets the horizontal scalling (scaling) for text showing.
Parameters
value | The value of horizontal scalling (scaling) (initially 100). ## Graphics Mode Before and after - GMode.pageDescription or GMode.textObject. |