'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("The line ending style.")> <DefaultValueAttribute(None)> Public Property LineEndingStyle As PdfAnnotationLineEndingStyle
[Category("Appearance")] [Description("The line ending style.")] [DefaultValue(None)] public PdfAnnotationLineEndingStyle LineEndingStyle { get; set; }
[Category("Appearance")] [Description("The line ending style.")] [DefaultValue(None)] public: __property PdfAnnotationLineEndingStyle get_LineEndingStyle(); public: __property void set_LineEndingStyle(
PdfAnnotationLineEndingStyle value
);
[Category("Appearance")] [Description("The line ending style.")] [DefaultValue(None)] public:
property PdfAnnotationLineEndingStyle LineEndingStyle { PdfAnnotationLineEndingStyle get(); void set(PdfAnnotationLineEndingStyle value); }