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