Sets to given Field object
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void Set(
Field p
)
Public Sub Set (
p As Field
)
public:
virtual void Set(
[InAttribute] Field^ p
) sealed
Parameters
- p
- Type: pdftron.PDFField
a Field object
See Also