VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfTextMarkupAnnotationAppearanceGenerator Class / UnderlineAnnotationLinePosition Property
Syntax Requirements SeeAlso
In This Topic
    UnderlineAnnotationLinePosition Property (PdfTextMarkupAnnotationAppearanceGenerator)
    In This Topic
    Gets or sets the line position, measured in fraction of annotation height, of underline annotation.
    Syntax
    '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); }
    Requirements

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

    See Also