VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormFieldTemplate Class / GetBoundingBoxOnImage(ImageSize) Method
Syntax Requirements SeeAlso
In This Topic
    GetBoundingBoxOnImage(ImageSize) Method (FormFieldTemplate)
    In This Topic
    Returns the bounding rectangle, in the device-independent pixels (1/96th inch), of the form field template on the template image.
    Syntax
    'Declaration
    
    Protected Function GetBoundingBoxOnImage( _
    ByVal templateSize
    The size of the template image.
    As Vintasoft.Imaging.ImageSize _
    ) As System.Drawing.RectangleF

    Parameters

    templateSize
    The size of the template image.

    Return Value

    The bounding rectangle, in the device-independent pixels (1/96th inch), of the form field template on the template 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