Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontBase Class / WebHidden Property

In This Topic
    WebHidden Property
    In This Topic
    Gets or sets a value indicating whether the contents shall be hidden in a document when the document is being displayed in a web page view.
    Syntax
    'Declaration
     
    Public Property WebHidden As System.Boolean
    public System.bool WebHidden {get; set;}
    Remarks
    The setting should affect the normal display of text in a web page view, but an application can have settings to force hidden text to be displayed. As well, this setting should not affect a normal paginated view of the document.
    See Also