XFINIUM.PDF Documentation
PdfListItem Constructor



The item name that is displayed in the list.
The item value used for export operations.
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
)
public:
PdfListItem( 
   String^ name,
   String^ value
)

Parameters

name
The item name that is displayed in the list.
value
The item value used for export operations.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThrown when the item value is null or empty.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfListItem Class
PdfListItem Members

Send Feedback