www.gnostice.com 

BorderPattern

Top  Previous  Next

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

 

The BorderPattern property is used to define a pattern of dashes and gaps to be used in drawing a dashed border. The dash array is specified in the same format as in the line dash pattern parameter of the graphics state. The dash phase is not specified and is assumed to be 0.

 

For example, an entry of [3 2] specifies a border drawn with 3-point dashes alternating with 2-point gaps.

 

 

Default Value

[3]

 

 

Syntax

 

 

[VC++]

CString GetBorderPattern();

void SetBorderPattern(LPCTSTR lpszNewValue);

 

[C#]

public abstract new string BorderPattern [  get,  set ]

 

[VB]

Property BorderPattern  As CString