alexa
menu

Document Processing

    Show / Hide Table of Contents

    TextFormField Class

    Represents a text form field.

    Inheritance
    System.Object
    FormField
    TextFormField
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    FormField.CustomData
    FormField.FlattenOnSave
    FormField.IsHidden
    FormField.Name
    FormField.PageNumber
    FormField.PropertyChanged
    FormField.ReadOnly
    FormField.Widgets
    Namespace: Syncfusion.Maui.PdfViewer
    Assembly: Syncfusion.Maui.PdfViewer.dll
    Syntax
    public class TextFormField : FormField, INotifyPropertyChanged

    Properties

    Text

    Gets or sets the text value of the text form field.

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    System.String

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved