'We assume that the GdViewer1 control has been properly integrated.
'Determine the current zoom step.
MessageBox.Show("The current zoom step is: " + GdViewer1.ZoomStep.ToString(), "GdViewer.ZoomStep")
'Set the current zoom step to 10%.
GdViewer1.ZoomStep = 10
//We assume that the GdViewer1 control has been properly integrated.
//Determine the current zoom step.
MessageBox.Show("The current zoom step is: " + GdViewer1.ZoomStep.ToString(), "GdViewer.ZoomStep");
//Set the current zoom step to 10%.
GdViewer1.ZoomStep = 10;