VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Measurements Namespace / MeasurementAnnotationData Class / GetTextBlockValue(String,VintasoftImage) Method
Syntax Requirements SeeAlso
In This Topic
    GetTextBlockValue(String,VintasoftImage) Method (MeasurementAnnotationData)
    In This Topic
    Returns the measured values as string.
    Syntax
    'Declaration
    
    Public Overridable Function GetTextBlockValue( _
    ByVal textBlockValueTemplate
    A template for measured values.
    As System.String, _
    ByVal image
    An image.
    As Vintasoft.Imaging.VintasoftImage _
    ) As System.String
    public virtual System.String GetTextBlockValue(
    System.String textBlockValueTemplate,
    Vintasoft.Imaging.VintasoftImage image
    )
    public: virtual System.String GetTextBlockValue(
    System.String textBlockValueTemplate,
    Vintasoft.Imaging.VintasoftImage* image
    )
    public:
    virtual System.String GetTextBlockValue(
    System.String textBlockValueTemplate,
    Vintasoft.Imaging.VintasoftImage^ image
    )

    Parameters

    textBlockValueTemplate
    A template for measured values.
    image
    An image.

    Return Value

    String with measured values.
    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