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

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

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