LineDirection Property
Gets or sets the direction of the line annotation.
Syntax
'Declaration Public Property LineDirection As PDFLineDirection
'Usage Dim instance As PDFLineAnnotation Dim value As PDFLineDirection instance.LineDirection = value value = instance.LineDirection
public PDFLineDirection LineDirection {get; set;}
Property Value
A PDFLineDirection enumeration member specifying the direction of the line.Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also