C#
VB
WinRT C#
C++
(Deprecated) Gets or sets a value that indicates whether to hide annotation objects that have no appearance stream.
[ObsoleteAttribute("This property has been deprecated.")]
public bool HideNoApAnnotations { get; set; }
<ObsoleteAttribute("This property has been deprecated.")>
Public Property HideNoApAnnotations As Boolean
[ObsoleteAttribute("This property has been deprecated.")]
public bool HideNoApAnnotations {get; set;}
ObsoleteAttribute("This property has been deprecated.")
<br/>get_HideNoApAnnotations();<br/>set_HideNoApAnnotations(value);<br/>Object.defineProperty('HideNoApAnnotations');
[ObsoleteAttribute("This property has been deprecated.")]
public:
property bool HideNoApAnnotations {
bool get();
void set ( bool );
}
true to hide annotation objects, false show 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