www.gnostice.com 

BorderColor

Top  Previous  Next

[This property is new in eDocEngine ActiveX v2.0]

 

The BorderColor property specifies border color for the annotation window.

 

Syntax

 

 

[VC++]

unsigned long GetBorderColor();

void SetBorderColor(unsigned long newValue);

 

[C#]

public abstract new uint BorderColor [  get,  set ]

 

[VB]

Property BorderColor As OLE_COLOR