Class PdfListFieldItem
Inheritance
System.Object
PdfListFieldItem
Namespace: Syncfusion.Pdf.Interactive
Assembly: Syncfusion.Pdf.Portable.dll
Syntax
public class PdfListFieldItem : Object, IPdfWrapper
Constructors
PdfListFieldItem()
Initializes a new instance of the PdfListFieldItem class.
Declaration
public PdfListFieldItem()
PdfListFieldItem(String, String)
Declaration
public PdfListFieldItem(string text, string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | |
System.String | value |
Properties
Text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |