PDFListItem Constructor
Initialzies a new PDFListItem object.
Syntax
'Usage Dim name As String Dim value As String Dim instance As New PDFListItem(name, value)
Parameters
- name
- The item name, it is displayed in the list.
- value
- The item value, it is exported when form content is exported.
Exceptions
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown when the item value is null or empty. |
Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also