XFINIUM.PDF.View.Win Documentation
VisualPage Property (PdfVisualAnnotation)



Xfinium.Pdf.View.Annotations Namespace > PdfVisualAnnotation Class : VisualPage Property
Gets the page that owns the anotation.
Syntax
'Declaration
 
Public ReadOnly Property VisualPage As PdfVisualPage
'Usage
 
Dim instance As PdfVisualAnnotation
Dim value As PdfVisualPage
 
value = instance.VisualPage
public PdfVisualPage VisualPage {get;}
public:
property PdfVisualPage^ VisualPage {
   PdfVisualPage^ get();
}

Property Value

The Xfinium.Pdf.View.PdfVisualPage that owns the annotation.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualAnnotation Class
PdfVisualAnnotation Members