Occurs when zoom factor of the document has changed.
Note that this event does not fire during zooming, but only after the zooming motion has finished.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public event OnScaleEventHandler OnScale
Public Event OnScale As OnScaleEventHandler
public:
virtual event OnScaleEventHandler^ OnScale {
void add (OnScaleEventHandler^ value);
void remove (OnScaleEventHandler^ value);
}
function add_OnScale(value);
function remove_OnScale(value);
Value
Type:
pdftron.PDFOnScaleEventHandlerSee Also