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