 | PdfMK Constructor (PdfPage) |
Creates new instance of
PdfMK.
Namespace:
Patagames.Pdf.Net.Wrappers
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.2704
Syntaxpublic PdfMK(
PdfPage page
)
Public Sub New (
page As PdfPage
)
public:
PdfMK(
PdfPage^ page
)
new :
page : PdfPage -> PdfMK
public PdfMK(
PdfPage page
)
Patagames.Pdf.Net.Wrappers.PdfMK = function(page);
Parameters
- page
- Type: Patagames.Pdf.NetPdfPage
The PDF page to which the corresponding widget annotation is assigned.
See Also