Create Method
Creates a new PDFListItem object.
Syntax
'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 )
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
Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also