Property: IsSizeOk

 Standard 或更高

代码示例

Visual Basic:
    If AxBarcode1.IsSizeOk = False Then
        MessageBox.Show("Objects size is to small. Please enlarge")
    End If