VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfFreeTextAnnotation Class / TextQuadding Property
Синтаксис Требования Смотрите также
В этом разделе
    TextQuadding Свойство (PdfFreeTextAnnotation)
    В этом разделе
    Возвращает или задает форму четырехкратного выравнивания (выравнивания), которая будет использоваться при отображении текста аннотации.
    Синтаксис
    '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

    Значение по умолчанию - TextQuaddingType.LeftJustified.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также