'Declaration Public Overridable Function GetTextBlockValue( _
ByVal textBlockValueTemplateA template for measured values.As System.String, _
ByVal imageAn 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.