ImageGear for .NET
ViewRectangle Property
See Also  Send Feedback
ImageGear21.Web Assembly > ImageGear.Web.UI Namespace > PageView Class : ViewRectangle Property




Glossary Item Box

Gets or sets the portion of the image that needs to be displayed.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Remarks

The default value for this property is applied when this property is not set. The return default value is a rectangle with top, left, width, and height all set to zero.

This property is a System.Drawing.RectangleF rectangle (contains top, left, width, and height properties) that indicates what portion of the image is currently being displayed. The units for the rectangle will be the same as the PageWidth and PageHeight properties (pixels for raster images and points for PDF images.)

See Also

©2013. Accusoft Corporation. All Rights Reserved.