 | PdfMovieAnnotation(PdfPage, PdfTypeBase) Constructor |
Initializes a new instance of the
PdfMovieAnnotation class based on the specified dictionary.
Namespace: Patagames.Pdf.Net.AnnotationsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfMovieAnnotation(
PdfPage page,
PdfTypeBase dictionary
)
Public Sub New (
page As PdfPage,
dictionary As PdfTypeBase
)
public:
PdfMovieAnnotation(
PdfPage^ page,
PdfTypeBase^ dictionary
)
new :
page : PdfPage *
dictionary : PdfTypeBase -> PdfMovieAnnotation
public PdfMovieAnnotation(
PdfPage page,
PdfTypeBase dictionary
)
Patagames.Pdf.Net.Annotations.PdfMovieAnnotation = function(page, dictionary);
Parameters
- page PdfPage
- The PDF page associated with annotation.
- dictionary PdfTypeBase
- The annotation dictionary or indirect dictionary.
See Also