VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfDocumentInteractiveForm Class / DefaultTextQuadding Property
Syntax Remarks Requirements SeeAlso
In This Topic
    DefaultTextQuadding Property (PdfDocumentInteractiveForm)
    In This Topic
    Gets or sets a document-wide default value for the form of quadding (justification) to be used in displaying the text of the field.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(LeftJustified)>
    <CategoryAttribute("Appearance")>
    <DescriptionAttribute("A document-wide default value for the form of quadding (justification) to be used in displaying the text of the field.")>
    Public Property DefaultTextQuadding As TextQuaddingType
    
    
    [DefaultValue(LeftJustified)]
    [Category("Appearance")]
    [Description("A document-wide default value for the form of quadding (justification) to be used in displaying the text of the field.")]
    public TextQuaddingType DefaultTextQuadding { get; set; }
    
    
    [DefaultValue(LeftJustified)]
    [Category("Appearance")]
    [Description("A document-wide default value for the form of quadding (justification) to be used in displaying the text of the field.")]
    public: __property TextQuaddingType get_DefaultTextQuadding();
    public: __property void set_DefaultTextQuadding(
    TextQuaddingType value
    );
    [DefaultValue(LeftJustified)]
    [Category("Appearance")]
    [Description("A document-wide default value for the form of quadding (justification) to be used in displaying the text of the field.")]
    public:
    property TextQuaddingType DefaultTextQuadding { 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