PDFViewCtrlRefreshAndUpdate Method |
Helper function that will refresh annotation and/or field appearance if needed, and then
render modified page areas, all based on the content of the view_change parameter.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void RefreshAndUpdate(
ViewChangeCollection view_change
)
Public Sub RefreshAndUpdate (
view_change As ViewChangeCollection
)
public:
virtual void RefreshAndUpdate(
[InAttribute] ViewChangeCollection^ view_change
) sealed
function RefreshAndUpdate(view_change);
Parameters
- view_change
- Type: pdftron.PDFViewChangeCollection
contains all the updated fields and rectangles.
See Also