VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormField Class / TextQuadding Property
Syntax Remarks Requirements SeeAlso
In This Topic
    TextQuadding Property (PdfInteractiveFormField)
    In This Topic
    Gets or sets the form of quadding (justification) to be used in displaying the text of the field.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(LeftJustified)>
    <DescriptionAttribute("The form of quadding (justification) to be used in displaying the text of the field.")>
    <CategoryAttribute("Appearance")>
    Public Property TextQuadding As TextQuaddingType
    
    
    [DefaultValue(LeftJustified)]
    [Description("The form of quadding (justification) to be used in displaying the text of the field.")]
    [Category("Appearance")]
    public TextQuaddingType TextQuadding { get; set; }
    
    
    [DefaultValue(LeftJustified)]
    [Description("The form of quadding (justification) to be used in displaying the text of the field.")]
    [Category("Appearance")]
    public: __property TextQuaddingType get_TextQuadding();
    public: __property void set_TextQuadding(
    TextQuaddingType value
    );
    [DefaultValue(LeftJustified)]
    [Description("The form of quadding (justification) to be used in displaying the text of the field.")]
    [Category("Appearance")]
    public:
    property TextQuaddingType TextQuadding { TextQuaddingType get(); void set(TextQuaddingType value); }

    Property Value

    Default value is TextQuaddingType.LeftJustified.
    Remarks

    This property is inheritable.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also