Accusoft PrintPRO 8
SetCtlFontStyle Method

An integer value indicating the desired font style:

0 — Bold font

1 — Italic font

2 — Underline font

3 — Strikethrough font

A boolean value indicating whether the style is set (True) or unset (False).
Description

Sets the font style.

Syntax
Visual Basic
Public Sub SetCtlFontStyle( _
   ByVal Style As Long, _
   ByVal Value As Boolean _
) 
Parameters
Style

An integer value indicating the desired font style:

0 — Bold font

1 — Italic font

2 — Underline font

3 — Strikethrough font

Value
A boolean value indicating whether the style is set (True) or unset (False).
Remarks

In containers that don’t give you direct access to PrintPRO’s Font object, like Visual C++, the SetCtlFontStyle method can be used to set the font style.

See Also

PrintPro Object  | PrintPro Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback