'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); }