'Declaration
Public Shared Function Create( _ ByVal name As String, _ ByVal value As String _ ) As PDFListItem
'Usage
Dim name As String Dim value As String Dim value As PDFListItem value = PDFListItem.Create(name, value)
public static PDFListItem Create( string name, string value )
public: static PDFListItem* Create( string* name, string* value )
public: static PDFListItem^ Create( String^ name, String^ value )
Parameters
- name
- The item name, it is displayed in the list.
- value
- The item value, it is exported when form content is exported.
Return Value
A PDFListItem object