BringToFront

BringToFront 签章浮于文字上方。

语法:

document.getElementById("PageOfficeCtrl1").ZoomSeal.Item(index).BringToFront();

[!note]

根据电子签章的集合下标设置相应的电子签章盖章方式。

示例:

//盖章浮于文字上方:
<SCRIPT type="text/JavaScript">
     function InsertSeal(){
        document.getElementById("PageOfficeCtrl1").ZoomSeal.AddSeal();
        var iCount = document.getElementById("PageOfficeCtrl1").ZoomSeal.Count;//当前文档中所有电子签章的数量
        while(iCount>0)
            document.getElementById("PageOfficeCtrl1").ZoomSeal.Item(iCount-1).BringToFront();//签章的下标从0开始
     }
</SCRIPT>

results matching ""

    No results matching ""