Class PdfListFieldItem
Inheritance
System.Object
PdfListFieldItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.Pdf.Interactive
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class PdfListFieldItem : 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 |