VintaSoft Imaging .NET SDK 15.1: 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; }

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: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also