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

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

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

    Требования

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

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