A rectangle containing the Area of Interest on the page.
public LogicalRectangle Area { get; set; }
Public Property Area() As LogicalRectangle
Get
Set
public:
property LogicalRectangle^ Area
{
LogicalRectangle^ get()
void set(LogicalRectangle^ value)
}
A rectangle containing the Area of Interest on the page. The default value is an empty rectangle.
Using an empty rectangle results in area options having the size of the entire page (and therefore, the area of interest is not used).
The engine will use only the values of Area that intersect with the page's dimensions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET