'Usage
Dim name As String Dim value As String Dim instance As New PdfListItem(name, value)
Parameters
- name
- The item name that is displayed in the list.
- value
- The item value used for export operations.
'Usage
Dim name As String Dim value As String Dim instance As New PdfListItem(name, value)
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when the item value is null or empty. |
Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard