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

HideNoApAnnotations Property






Gets or sets a value that indicate whether to hide annotation objects that have no appearance stream. .NET support WinRT support
Syntax
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);
public:
property bool HideNoApAnnotations {
   bool get();
   void set (    bool value);
}

Property Value

true to hide annotation objects, false show 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.