VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfTextMarkupAnnotationAppearanceGenerator Class / SquigglyAnnotationLinePosition Property
Syntax Requirements SeeAlso
In This Topic
    SquigglyAnnotationLinePosition Property (PdfTextMarkupAnnotationAppearanceGenerator)
    In This Topic
    Gets or sets the line position, measured in fraction of annotation height, of squiggly annotation.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The line position, measured in fraction of annotation height, of squiggly annotation.")>
    <CategoryAttribute("Squiggly")>
    <DefaultValueAttribute(0,145)>
    Public Property SquigglyAnnotationLinePosition As Single
    
    
    [Description("The line position, measured in fraction of annotation height, of squiggly annotation.")]
    [Category("Squiggly")]
    [DefaultValue(0,145)]
    public float SquigglyAnnotationLinePosition { get; set; }
    
    
    [Description("The line position, measured in fraction of annotation height, of squiggly annotation.")]
    [Category("Squiggly")]
    [DefaultValue(0,145)]
    public: __property float get_SquigglyAnnotationLinePosition();
    public: __property void set_SquigglyAnnotationLinePosition(
    float value
    );
    [Description("The line position, measured in fraction of annotation height, of squiggly annotation.")]
    [Category("Squiggly")]
    [DefaultValue(0,145)]
    public:
    property float SquigglyAnnotationLinePosition { 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