|
Set the background color of right panel.
Parameter string the background color of right panel. It use Hex Color Code. e.g. #FF0000
Remark This property is Read/Write.
Example
|
C# protected void Page_Load(object sender, EventArgs e) { WebDocumentViewer1.RightPanelBgColor = "#0000FF"; }
|
|
|
HTML <div> <cc1:WebDocumentViewer ID="WebDocumentViewer1" runat="server" Width="1280" Height="720" RightPanelBgColor="#0000FF" /> </div> }
|
|