VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfFreeTextAnnotation Class / LineEndingStyle Property
Syntax Requirements SeeAlso
In This Topic
    LineEndingStyle Property (PdfFreeTextAnnotation)
    In This Topic
    Gets or sets the line ending style.
    Syntax
    '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); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also