 | PdfMK Constructor (PdfPage, PdfTypeBase) |
Creates a new instance of
PdfMK and initialize it with specified dictionary
Namespace:
Patagames.Pdf.Net.Wrappers
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.57.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.57.2704
Syntaxpublic PdfMK(
PdfPage page,
PdfTypeBase dictionary
)
Public Sub New (
page As PdfPage,
dictionary As PdfTypeBase
)
public:
PdfMK(
PdfPage^ page,
PdfTypeBase^ dictionary
)
new :
page : PdfPage *
dictionary : PdfTypeBase -> PdfMK
public PdfMK(
PdfPage page,
PdfTypeBase dictionary
)
Patagames.Pdf.Net.Wrappers.PdfMK = function(page, dictionary);
Parameters
- page
- Type: Patagames.Pdf.NetPdfPage
The PDF page to which the corresponding widget annotation is assigned. - dictionary
- Type: Patagames.Pdf.Net.BasicTypesPdfTypeBase
The dictionary or indirect dictionary
See Also