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

    Значение по умолчанию - TextQuaddingType.LeftJustified.
    Ремарки

    Это свойство наследуется.

    Требования

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

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