'Declaration
Public Function SetZoom100() As GdPictureStatus
public GdPictureStatus SetZoom100()
public function SetZoom100(): GdPictureStatus;
public function SetZoom100() : GdPictureStatus;
public: GdPictureStatus SetZoom100();
public: GdPictureStatus SetZoom100();
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.