SetPenColor

SetPenColor 设置手写批注的颜色。

语法:

document.getElementById("PageOfficeCtrl1").HandDraw.SetPenColor( Value );
参数 描述
Value 手写批注的颜色,是一个BGR (Blue, Green, Red)颜色数值。BGR value = (blue 65536) + (green 256) + red。

[!note]

设置手写批注的颜色。

示例:

<SCRIPT type ="text/javascript">
 function SetPenColor(){
  //将手写批注的颜色设置为红色
  document.getElementById("PageOfficeCtrl1").HandDraw.SetPenColor(0*65536+0*256+255);
 }
</SCRIPT>

results matching ""

    No results matching ""