PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1MultiDocumentItem Class / ColorizeHyperlinks Property

In This Topic
    ColorizeHyperlinks Property (C1MultiDocumentItem)
    In This Topic
    Gets the value of the ColorizeHyperlinks property of the C1.C1Report.C1Report represented by the current multi-document item. This property is null the current item does not represent a C1Report.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColorizeHyperlinks As Nullable(Of Boolean)
    public Nullable<bool> ColorizeHyperlinks {get;}
    See Also