LEADTOOLS Image File Support (Leadtools.Codecs assembly)

HideNoApAnnotations Property

LEADTOOLS SDK Help  |  







Gets or sets a value that indicate whether to hide annotation objects that have no appearance stream.
Syntax
public bool HideNoApAnnotations {get; set;}
public bool HideNoApAnnotations {get; set;}
 
get_HideNoApAnnotations();
set_HideNoApAnnotations(value);
Object.defineProperty('HideNoApAnnotations');
public:
property bool HideNoApAnnotations {
   bool get();
   void set (    bool value);
}
'Declaration
 
Public Property HideNoApAnnotations As Boolean
 
'Usage
 
Dim instance As CodecsPdfLoadOptions
Dim value As Boolean
 
instance.HideNoApAnnotations = value
 
value = instance.HideNoApAnnotations

Property Value

true to hide annotation objects, false show annotation objects.
Requirements

Target Platforms

See Also

Reference

CodecsPdfLoadOptions Class
CodecsPdfLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.