Image Viewer CP Gold SDK ActiveX Control ReferenceMethods SetOutlineTextBorderColor Image Viewer CP ActiveX Control SetOutlineTextBorderColor Set the outline text border color when textstyle = 2. Public Function SetOutlineTextBorderColor( _ ByVal clrBack As Color) Parameter clrBorder the border color of outline text.Return ValueNo return value. Example Visual Basic SyntaxImageViewer1.TextStyle = 2ImageViewer1.SetOutlineTextBackColor RGB(255,0,0)ImageViewer1.SetOutlineTextBorderColor RGB(255,255,0)