PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderText Class / SetFlag Method
Mask of flag.
Value of flag.

In This Topic
    SetFlag Method (RenderText)
    In This Topic
    Sets value of flag.
    Syntax
    'Declaration
     
    Protected Sub SetFlag( _
       ByVal flagMask As Integer, _
       ByVal value As Boolean _
    ) 
    protected void SetFlag( 
       int flagMask,
       bool value
    )

    Parameters

    flagMask
    Mask of flag.
    value
    Value of flag.
    See Also