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

Show in webframe

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;}
'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
[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);
}

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