VintaSoft Imaging .NET SDK 15.1: 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

<CategoryAttribute("Appearance")>
<DefaultValueAttribute(LeftJustified)>
<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

[Category("Appearance")]
[DefaultValue(LeftJustified)]
[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; }

Property Value

Default value is TextQuaddingType.LeftJustified.
Remarks

This property is inheritable.

Requirements

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

See Also