C#
VB
WinRT C#
C++
(Deprecated) Gets or sets a value that indicates whether to hide all annotation objects.
[ObsoleteAttribute("This property has been deprecated. Use HideAnnotations instead")]
public bool HideAllAnnotations { get; set; }
<ObsoleteAttribute("This property has been deprecated.")>
Public Property HideAllAnnotations As Boolean
[ObsoleteAttribute("This property has been deprecated.")]
public bool HideAllAnnotations {get; set;}
ObsoleteAttribute("This property has been deprecated.")
<br/>get_HideAllAnnotations();<br/>set_HideAllAnnotations(value);<br/>Object.defineProperty('HideAllAnnotations');
[ObsoleteAttribute("This property has been deprecated.")]
public:
property bool HideAllAnnotations {
bool get();
void set ( bool );
}
true to hide all annotation objects, false show all annotation objects.
This property has been deprecated. Use HideAnnotations, HideFormFields or HideDigitalSignatures instead.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET