VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfFreeTextAnnotation Class / LineEndingStyle Property
Синтаксис Требования Смотрите также
В этом разделе
    LineEndingStyle Свойство (PdfFreeTextAnnotation)
    В этом разделе
    Возвращает или устанавливает стиль окончания строки.
    Синтаксис
    '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); }
    Требования

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

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