ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfString Class / IsInvisible Property

In This Topic
    IsInvisible Property
    In This Topic
    Gets or sets invisible for this string.
    Syntax
    'Declaration
     
    Public Property IsInvisible As System.Boolean
    public System.bool IsInvisible {get; set;}

    Property Value

    true if invisible of the text, otherwise false.
    See Also