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

    Property Value

    Default value is TextQuaddingType.LeftJustified.
    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