Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / IBorderGrayscaleSupport Interface / GrayscaleSetting Method
State printting black and white mode.


In This Topic
    GrayscaleSetting Method
    In This Topic
    Print with black and white mode.
    Syntax
    'Declaration
     
    
    Function GrayscaleSetting( _
       ByVal isGrayscale As Object _
    ) As Object
    'Usage
     
    
    Dim instance As IBorderGrayscaleSupport
    Dim isGrayscale As Object
    Dim value As Object
     
    value = instance.GrayscaleSetting(isGrayscale)
    object GrayscaleSetting( 
       object isGrayscale
    )

    Parameters

    isGrayscale
    State printting black and white mode.
    See Also