PDFView4NET WinForms Edition


The item name, it is displayed in the list.
The item value, it is exported when form content is exported.
PDFListItem Constructor
Initialzies a new PDFListItem object.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal value As String _
)
'Usage
 
Dim name As String
Dim value As String
 
Dim instance As New PDFListItem(name, value)
public PDFListItem( 
   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.
Exceptions
ExceptionDescription
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