Accusoft PrintPRO 7
SetCtlFontStyle Method
See Also  Send Feedback
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).
AccusoftPrintPro7 ActiveX DLL > PrintPro Object : SetCtlFontStyle Method

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.