PDFView4NET WinForms Edition


PDFRectangle Property (PDFTextMarkupAnnotation)
Gets or sets the annotation rectangle in PDF coordinates.
Syntax
'Declaration
 
Public Overrides Property PDFRectangle As PDFRectangle
'Usage
 
Dim instance As PDFTextMarkupAnnotation
Dim value As PDFRectangle
 
instance.PDFRectangle = value
 
value = instance.PDFRectangle
public override PDFRectangle PDFRectangle {get; set;}

Property Value

The annotation rectangle specified in the default PDF coordinate system.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also