C#
VB
C++
Gets Dictionary of Pages bounds and Pages indices.
public Dictionary<int, LogicalRectangle> PagesBounds { get; }
Public ReadOnly Property PagesBounds As Dictionary(Of Integer,LogicalRectangle)
public:
property Dictionary<int,LogicalRectangle>^ PagesBounds {
Dictionary<int,LogicalRectangle>^ get();
}
The Bounds for each page index that occupied by table field.
Through this property we can get the TableFormField Bound for each page containing it.
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