VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfLineAnnotation Class / EndPointLineEndingStyle Property
Синтаксис Требования Смотрите также
В этом разделе
    EndPointLineEndingStyle Свойство (PdfLineAnnotation)
    В этом разделе
    Возвращает или задает стиль окончания линии конечной точки.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Appearance")>
    <DescriptionAttribute("The ending style of the end point line.")>
    <DefaultValueAttribute(None)>
    Public Property EndPointLineEndingStyle As PdfAnnotationLineEndingStyle
    
    
    [Category("Appearance")]
    [Description("The ending style of the end point line.")]
    [DefaultValue(None)]
    public PdfAnnotationLineEndingStyle EndPointLineEndingStyle { get; set; }
    
    
    [Category("Appearance")]
    [Description("The ending style of the end point line.")]
    [DefaultValue(None)]
    public: __property PdfAnnotationLineEndingStyle get_EndPointLineEndingStyle();
    public: __property void set_EndPointLineEndingStyle(
    PdfAnnotationLineEndingStyle value
    );
    [Category("Appearance")]
    [Description("The ending style of the end point line.")]
    [DefaultValue(None)]
    public:
    property PdfAnnotationLineEndingStyle EndPointLineEndingStyle { PdfAnnotationLineEndingStyle get(); void set(PdfAnnotationLineEndingStyle value); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также