VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormField Class / PartialName Property
Синтаксис Exceptions Ремарки Требования Смотрите также
В этом разделе
    PartialName Свойство (PdfInteractiveFormField)
    В этом разделе
    Возвращает или задает частичное имя поля.
    Синтаксис
    'Declaration
    
    <RefreshPropertiesAttribute(Repaint)>
    <DefaultValueAttribute("")>
    <CategoryAttribute("Naming")>
    <DescriptionAttribute("Partial name of the field. For a field with no parent, the partial and fully qualified names are the same.")>
    Public Property PartialName As System.String
    
    
    [RefreshProperties(Repaint)]
    [DefaultValue("")]
    [Category("Naming")]
    [Description("Partial name of the field. For a field with no parent, the partial and fully qualified names are the same.")]
    public System.String PartialName { get; set; }
    
    
    [RefreshProperties(Repaint)]
    [DefaultValue("")]
    [Category("Naming")]
    [Description("Partial name of the field. For a field with no parent, the partial and fully qualified names are the same.")]
    public: __property System.String get_PartialName();
    public: __property void set_PartialName(
    System.String value
    );
    [RefreshProperties(Repaint)]
    [DefaultValue("")]
    [Category("Naming")]
    [Description("Partial name of the field. For a field with no parent, the partial and fully qualified names are the same.")]
    public:
    property System.String PartialName { System.String get(); void set(System.String value); }
    Исключения
    ИсключениеОписание
    Выбрасывается, если значение содержит символ точки ('.').
    Ремарки

    Для поля без родителя частичное и полное имена совпадают.

    Требования

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

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