Click or drag to resize

PdfMovieAnnotation(PdfPage, PdfTypeBase) Constructor

Initializes a new instance of the PdfMovieAnnotation class based on the specified dictionary.

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public PdfMovieAnnotation(
	PdfPage page,
	PdfTypeBase dictionary
)

Parameters

page  PdfPage
The PDF page associated with annotation.
dictionary  PdfTypeBase
The annotation dictionary or indirect dictionary.
See Also