VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfLineAnnotation Class / StartPointLineEndingStyle Property
Syntax Requirements SeeAlso
In This Topic
    StartPointLineEndingStyle Property (PdfLineAnnotation)
    In This Topic
    Gets or sets the ending style of the start point line.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The ending style of the start point line.")>
    <CategoryAttribute("Appearance")>
    <DefaultValueAttribute(None)>
    Public Property StartPointLineEndingStyle As PdfAnnotationLineEndingStyle
    
    
    [Description("The ending style of the start point line.")]
    [Category("Appearance")]
    [DefaultValue(None)]
    public PdfAnnotationLineEndingStyle StartPointLineEndingStyle { get; set; }
    
    
    [Description("The ending style of the start point line.")]
    [Category("Appearance")]
    [DefaultValue(None)]
    public: __property PdfAnnotationLineEndingStyle get_StartPointLineEndingStyle();
    public: __property void set_StartPointLineEndingStyle(
    PdfAnnotationLineEndingStyle value
    );
    [Description("The ending style of the start point line.")]
    [Category("Appearance")]
    [DefaultValue(None)]
    public:
    property PdfAnnotationLineEndingStyle StartPointLineEndingStyle { PdfAnnotationLineEndingStyle get(); void set(PdfAnnotationLineEndingStyle value); }
    Requirements

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

    See Also