PDFDocFieldCreate Method (String, FieldType, Obj) |
Field create.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Field FieldCreate(
string field_name,
FieldType type,
Obj field_value
)
Public Function FieldCreate (
field_name As String,
type As FieldType,
field_value As Obj
) As Field
public:
virtual Field^ FieldCreate(
[InAttribute] String^ field_name,
[InAttribute] FieldType type,
[InAttribute] Obj^ field_value
) sealed
function FieldCreate(field_name, type, field_value);
Parameters
- field_name
- Type: SystemString
the field_name
- type
- Type: pdftron.PDFFieldType
the type
- field_value
- Type: pdftron.SDFObj
the field_value
Return Value
Type:
Field the field
See Also