FieldGetUpdateRect Method |
Return the rectangle that should be refreshed after changing a field.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Rect GetUpdateRect()
Public Function GetUpdateRect As Rect
public:
virtual Rect^ GetUpdateRect() sealed
function GetUpdateRect();
Return Value
Type:
Rect return rectangle for the given field.
See Also