VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormFieldRecognitionCommand Class / TemplateResolution Property
Syntax Remarks Requirements SeeAlso
In This Topic
    TemplateResolution Property (FormFieldRecognitionCommand)
    In This Topic
    Gets or sets the resolution of the template image.
    Syntax
    'Declaration
    
    <DefaultValueAttribute("0x0 dpi")>
    <DescriptionAttribute("The resolution of the template image.")>
    Public Property TemplateResolution As Vintasoft.Imaging.Resolution
    
    
    [DefaultValue("0x0 dpi")]
    [Description("The resolution of the template image.")]
    public Vintasoft.Imaging.Resolution TemplateResolution { get; set; }
    
    
    [DefaultValue("0x0 dpi")]
    [Description("The resolution of the template image.")]
    public: __property Vintasoft.Imaging.Resolution get_TemplateResolution();
    public: __property void set_TemplateResolution(
    Vintasoft.Imaging.Resolution value
    );
    [DefaultValue("0x0 dpi")]
    [Description("The resolution of the template image.")]
    public:
    property Vintasoft.Imaging.Resolution TemplateResolution { Vintasoft.Imaging.Resolution get(); void set(Vintasoft.Imaging.Resolution value); }

    Property Value

    If the resolution is empty, template image is considered to have the same resolution as the filled form image; otherwise, the actual value is used.
    Default value is Resolution.Empty.
    Remarks

    The value of this property affects the positioning of the fields on the filled form image.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also