Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

HideNoApAnnotations Property








(Deprecated) Gets or sets a value that indicates whether to hide annotation objects that have no appearance stream.
Syntax
[ObsoleteAttribute("This property has been deprecated.")]
public bool HideNoApAnnotations {get; set;}
[ObsoleteAttribute("This property has been deprecated.")]
public bool HideNoApAnnotations {get; set;}
ObsoleteAttribute("This property has been deprecated.")
 <br/>get_HideNoApAnnotations();<br/>set_HideNoApAnnotations(value);<br/>Object.defineProperty('HideNoApAnnotations'); 
[ObsoleteAttribute("This property has been deprecated.")]
public:
property bool HideNoApAnnotations {
   bool get();
   void set (    bool value);
}
'Declaration
 
<ObsoleteAttribute("This property has been deprecated.")>
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.
Remarks

This property has been deprecated. Use HideAnnotations, HideFormFields or HideDigitalSignatures instead.

Requirements

Target Platforms

See Also

Reference

CodecsPdfLoadOptions Class
CodecsPdfLoadOptions Members

Error processing SSI file