LEADTOOLS Image File Support (Leadtools.Codecs assembly)

HideAllAnnotations Property

Show in webframe







Gets or sets a value that indicate whether to hide all annotation objects.
Syntax
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.
Requirements

Target Platforms

See Also

Reference

CodecsPdfLoadOptions Class
CodecsPdfLoadOptions Members

 

 


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