'Declaration
Public Function ZoomDocumentArea( _ ByVal Left As Double, _ ByVal Top As Double, _ ByVal Width As Double, _ ByVal Height As Double _ ) As GdPictureStatus
public GdPictureStatus ZoomDocumentArea( double Left, double Top, double Width, double Height )
public function ZoomDocumentArea( Left: Double; Top: Double; Width: Double; Height: Double ): GdPictureStatus;
public function ZoomDocumentArea( Left : double, Top : double, Width : double, Height : double ) : GdPictureStatus;
public: GdPictureStatus ZoomDocumentArea( double Left, double Top, double Width, double Height )
public: GdPictureStatus ZoomDocumentArea( double Left, double Top, double Width, double Height )
Parameters
- Left
- The horizontal (left) coordinate of the top-left corner of the required area on the displayed page, in pixels. The origin is set to the top-left corner of the displayed page.
- Top
- The vertical (top) coordinate of the top-left corner of the required area on the displayed page, in pixels. The origin is set to the top-left corner of the displayed page.
- Width
- The width of the required area, in pixels.
- Height
- The height of the required area, in pixels.
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.