PDFView4NET WPF Edition
PDFListItem Constructor




O2S.Components.PDFView4NET.Forms Namespace > PDFListItem Class : PDFListItem Constructor
The item name, it is displayed in the list.
The item value, it is exported when form content is exported.
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
)
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 Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFListItem Class
PDFListItem Members