Click or drag to resize

PdfScreenAnnotation Class

Represents Screen annotation
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.Net.WrappersPdfWrapper
    Patagames.Pdf.Net.AnnotationsPdfAnnotation
      Patagames.Pdf.Net.AnnotationsPdfScreenAnnotation

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public class PdfScreenAnnotation : PdfAnnotation

The PdfScreenAnnotation type exposes the following members.

Constructors
 NameDescription
Public methodPdfScreenAnnotation(PdfPage) Creates a new PdfScreenAnnotation.
Public methodPdfScreenAnnotation(PdfPage, PdfTypeBase) Initializes a new instance of the PdfScreenAnnotation class based on the specified dictionary.
Top
Remarks
A screen annotation specifies a region of a page upon which media clips may be played.It also serves as an object from which actions can be triggered.
Note  Note
This annotation is currently not supported by the SDK.
See Also