PDFView4NET WPF Edition
BeginLineStyle Property




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

Property Value

A PDFLineEndingStyle enumeration member specifying the style for the beginning 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