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

Show in webframe

HideAllAnnotations Property








(Deprecated) Gets or sets a value that indicates whether to hide all annotation objects.
Syntax
[ObsoleteAttribute("This property has been deprecated.")]
public bool HideAllAnnotations {get; set;}
'Declaration
 
<ObsoleteAttribute("This property has been deprecated.")>
Public Property HideAllAnnotations As Boolean
'Usage
 
Dim instance As CodecsPdfLoadOptions
Dim value As Boolean
 
instance.HideAllAnnotations = value
 
value = instance.HideAllAnnotations
[ObsoleteAttribute("This property has been deprecated.")]
public bool HideAllAnnotations {get; set;}
ObsoleteAttribute("This property has been deprecated.")
 <br/>get_HideAllAnnotations();<br/>set_HideAllAnnotations(value);<br/>Object.defineProperty('HideAllAnnotations'); 
[ObsoleteAttribute("This property has been deprecated.")]
public:
property bool HideAllAnnotations {
   bool get();
   void set (    bool value);
}

Property Value

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