XFINIUM.PDF Documentation
Hidden Property (PdfUserProperty)



Xfinium.Pdf.LogicalStructure Namespace > PdfUserProperty Class : Hidden Property
Gets or sets a value indicating whether this property is hidden.
Syntax
'Declaration
 
Public Property Hidden As Boolean
'Usage
 
Dim instance As PdfUserProperty
Dim value As Boolean
 
instance.Hidden = value
 
value = instance.Hidden
public bool Hidden {get; set;}
public:
property bool Hidden {
   bool get();
   void set (    bool value);
}

Property Value

If true, the property shall be hidden; that is, it shall not be shown in any user interface element that presents the attributes of an object.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfUserProperty Class
PdfUserProperty Members