Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Picture Class / Hidden Property

In This Topic
    Hidden Property (Picture)
    In This Topic
    Gets or sets a value indicating whether this picture is hidden (i.e. present in the document but not visible).

    Note that an application can have settings that allow this picture to be viewed.

    Syntax
    'Declaration
     
    Public Overrides Property Hidden As System.Boolean
    public override System.bool Hidden {get; set;}
    See Also