VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfTextMarkupAnnotationAppearanceGenerator Class / UnderlineAnnotationLineWidth Property
Синтаксис Требования Смотрите также
В этом разделе
    UnderlineAnnotationLineWidth Свойство (PdfTextMarkupAnnotationAppearanceGenerator)
    В этом разделе
    Возвращает или задает ширину линии, измеряемую в долях высоты аннотации, подчеркиваемой аннотации.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Underline")>
    <DescriptionAttribute("The line width, measured in fraction of annotation height, of underline annotation.")>
    <DefaultValueAttribute(0,0625)>
    Public Property UnderlineAnnotationLineWidth As Single
    
    
    [Category("Underline")]
    [Description("The line width, measured in fraction of annotation height, of underline annotation.")]
    [DefaultValue(0,0625)]
    public float UnderlineAnnotationLineWidth { get; set; }
    
    
    [Category("Underline")]
    [Description("The line width, measured in fraction of annotation height, of underline annotation.")]
    [DefaultValue(0,0625)]
    public: __property float get_UnderlineAnnotationLineWidth();
    public: __property void set_UnderlineAnnotationLineWidth(
    float value
    );
    [Category("Underline")]
    [Description("The line width, measured in fraction of annotation height, of underline annotation.")]
    [DefaultValue(0,0625)]
    public:
    property float UnderlineAnnotationLineWidth { float get(); void set(float value); }
    Требования

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

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