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