LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

HideAllAnnotations Property






Gets or sets a value that indicate whether to hide all annotation objects. .NET support WinRT support
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);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsPdfLoadOptions Class
CodecsPdfLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.