VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormFieldRecognitionCommand Class / FieldTemplates Property
Синтаксис Требования Смотрите также
В этом разделе
    FieldTemplates Свойство (FormFieldRecognitionCommand)
    В этом разделе
    Возвращает или задает коллекцию шаблонов полей.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The collection of field templates.")>
    Public Property FieldTemplates As System.Collections.Generic.ICollection
    
    
    [Description("The collection of field templates.")]
    public System.Collections.Generic.ICollection FieldTemplates { get; set; }
    
    
    [Description("The collection of field templates.")]
    public: __property System.Collections.Generic.ICollection get_FieldTemplates();
    public: __property void set_FieldTemplates(
    System.Collections.Generic.ICollection value
    );
    [Description("The collection of field templates.")]
    public:
    property System.Collections.Generic.ICollection FieldTemplates { System.Collections.Generic.ICollection get(); void set(System.Collections.Generic.ICollection value); }
    Требования

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

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