Click or drag to resize

PdfHideAction Class

Represents a hide action. A hide action hides or shows one or more annotations on the screen by setting or clearing their Hidden flags.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfAction
    Patagames.Pdf.Net.ActionsPdfHideAction

Namespace: Patagames.Pdf.Net.Actions
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfHideAction : PdfAction

The PdfHideAction type exposes the following members.

Constructors
 NameDescription
Public methodPdfHideAction(PdfDocument, PdfAnnotation) Initializes a new instance of the PdfHideAction class with the PdfAnnotation.
Public methodPdfHideAction(PdfDocument, PdfAnnotation) Initializes a new instance of the PdfHideAction class with the array of PdfAnnotation.
Public methodPdfHideAction(PdfDocument, IntPtr) Initializes a new instance of the PdfAction class.
Public methodPdfHideAction(PdfDocument, String) Initializes a new instance of the PdfHideAction class with fully qualified field name.
Public methodPdfHideAction(PdfDocument, String) Initializes a new instance of the PdfHideAction class with the array of PdfAnnotation.
Top
Properties
 NameDescription
Public propertyHide Gets or sets a flag indicating whether to hide the annotation (true) or show it (false).
Top
See Also