ActionHide class implements action that will show or hide annotations. Use .AddAnnotationToHide to add annotations to the list of annotations to hide/show. If no annotations were added to the list then all annotations in the document will hide/show

Namespace: Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll)

Syntax

C#
public class ActionHide : Action
Visual Basic (Declaration)
Public Class ActionHide _
	Inherits Action
Visual C++
public ref class ActionHide : public Action

Inheritance Hierarchy

System..::Object
  Bytescout.PDF..::Action
    Bytescout.PDF..::ActionHide

See Also

ActionHide Members
Bytescout.PDF Namespace