XFINIUM.PDF.View.Win Documentation
Location Property (PdfVisualFileAttachmentAnnotation)



Xfinium.Pdf.View.Annotations Namespace > PdfVisualFileAttachmentAnnotation Class : Location Property
Gets or sets the annotation location on the page.
Syntax
'Declaration
 
Public Property Location As Xfinium.Pdf.Graphics.PdfPoint
'Usage
 
Dim instance As PdfVisualFileAttachmentAnnotation
Dim value As Xfinium.Pdf.Graphics.PdfPoint
 
instance.Location = value
 
value = instance.Location
public Xfinium.Pdf.Graphics.PdfPoint Location {get; set;}
public:
property Xfinium.Pdf.Graphics.PdfPoint^ Location {
   Xfinium.Pdf.Graphics.PdfPoint^ get();
   void set (    Xfinium.Pdf.Graphics.PdfPoint^ value);
}

Property Value

The position of annotation's top left corner on the parent page.
Exceptions
ExceptionDescription
Thrown when the property is set to null.
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

PdfVisualFileAttachmentAnnotation Class
PdfVisualFileAttachmentAnnotation Members