public bool HideAllAnnotations {get; set;}
'Declaration
Public Property HideAllAnnotations As Boolean
'Usage
Dim instance As CodecsPdfLoadOptions
Dim value As Boolean
instance.HideAllAnnotations = value
value = instance.HideAllAnnotations
public bool HideAllAnnotations {get; set;}
get_HideAllAnnotations();
set_HideAllAnnotations(value);
Object.defineProperty('HideAllAnnotations');
public:
property bool HideAllAnnotations {
bool get();
void set ( bool value);
}
Property Value
true to hide all annotation objects,
false show all annotation objects.