 | PdfAnnotationPage Property |
Gets PDF page associated with this annotation.
Namespace:
Patagames.Pdf.Net.Annotations
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic PdfPage Page { get; }
Public ReadOnly Property Page As PdfPage
Get
public:
property PdfPage^ Page {
PdfPage^ get ();
}
member Page : PdfPage with get
/** @property */
public PdfPage get_Page()
Property Value
Type:
PdfPage
See Also