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