PDFViewCtrlUpdate Method (Field) |
Redraws the areas covered by all Form annotations associated with the field
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void Update(
Field field
)
Public Sub Update (
field As Field
)
public:
virtual void Update(
[InAttribute] Field^ field
) sealed
Parameters
- field
- Type: pdftron.PDFField
The field to update.
See Also