File Formats

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfListFieldItem

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved