PDFView4NET WPF Edition
EndLineStyle Property




O2S.Components.PDFView4NET.Annotations Namespace > PDFLineAnnotation Class : EndLineStyle Property
Gets or sets the style used for the end of the line.
Syntax
'Declaration
 
Public Property EndLineStyle As PDFLineEndingStyle
'Usage
 
Dim instance As PDFLineAnnotation
Dim value As PDFLineEndingStyle
 
instance.EndLineStyle = value
 
value = instance.EndLineStyle
public PDFLineEndingStyle EndLineStyle {get; set;}
public: __property PDFLineEndingStyle get_EndLineStyle();
public: __property void set_EndLineStyle( 
   PDFLineEndingStyle value
);
public:
property PDFLineEndingStyle EndLineStyle {
   PDFLineEndingStyle get();
   void set (    PDFLineEndingStyle value);
}

Property Value

A PDFLineEndingStyle enumeration member specifying the style for the end of the line.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFLineAnnotation Class
PDFLineAnnotation Members