VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormField Class / MappingName Property
Синтаксис Требования Смотрите также
В этом разделе
    MappingName Свойство (PdfInteractiveFormField)
    В этом разделе
    Возвращает или задает имя поля сопоставления, которое будет использоваться при экспорте данных полей интерактивной формы из документа.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Naming")>
    <DescriptionAttribute("A mapping field name to be used when exporting interactive form field data from the document.")>
    <DefaultValueAttribute(null)>
    Public Property MappingName As System.String
    
    
    [Category("Naming")]
    [Description("A mapping field name to be used when exporting interactive form field data from the document.")]
    [DefaultValue(null)]
    public System.String MappingName { get; set; }
    
    
    [Category("Naming")]
    [Description("A mapping field name to be used when exporting interactive form field data from the document.")]
    [DefaultValue(null)]
    public: __property System.String get_MappingName();
    public: __property void set_MappingName(
    System.String value
    );
    [Category("Naming")]
    [Description("A mapping field name to be used when exporting interactive form field data from the document.")]
    [DefaultValue(null)]
    public:
    property System.String MappingName { 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

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