PDFView4NET WPF Edition
Create Method




O2S.Components.PDFView4NET.Forms Namespace > PDFListItem Class : Create Method
The item name, it is displayed in the list.
The item value, it is exported when form content is exported.
Creates a new PDFListItem object.
Syntax
'Declaration
 
Public Shared Function Create( _
   ByVal name As String, _
   ByVal value As String _
) As PDFListItem
'Usage
 
Dim name As String
Dim value As String
Dim value As PDFListItem
 
value = PDFListItem.Create(name, value)
public static PDFListItem Create( 
   string name,
   string value
)
public: static PDFListItem* Create( 
   string* name,
   string* value
) 
public:
static PDFListItem^ Create( 
   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.

Return Value

A PDFListItem object
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