VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfTextMarkupAnnotationAppearanceGenerator Class / SquigglyAnnotationLineStyle Property
Syntax Requirements SeeAlso
In This Topic
    SquigglyAnnotationLineStyle Property (PdfTextMarkupAnnotationAppearanceGenerator)
    In This Topic
    Gets or sets the line style of squiggly annotation.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The line style of squiggly annotation.")>
    <DefaultValueAttribute(Wave)>
    <CategoryAttribute("Squiggly")>
    Public Property SquigglyAnnotationLineStyle As PdfTextMarkupSquigglyAnnotationLineStyleType
    
    
    [Description("The line style of squiggly annotation.")]
    [DefaultValue(Wave)]
    [Category("Squiggly")]
    public PdfTextMarkupSquigglyAnnotationLineStyleType SquigglyAnnotationLineStyle { get; set; }
    
    
    [Description("The line style of squiggly annotation.")]
    [DefaultValue(Wave)]
    [Category("Squiggly")]
    public: __property PdfTextMarkupSquigglyAnnotationLineStyleType get_SquigglyAnnotationLineStyle();
    public: __property void set_SquigglyAnnotationLineStyle(
    PdfTextMarkupSquigglyAnnotationLineStyleType value
    );
    [Description("The line style of squiggly annotation.")]
    [DefaultValue(Wave)]
    [Category("Squiggly")]
    public:
    property PdfTextMarkupSquigglyAnnotationLineStyleType SquigglyAnnotationLineStyle { PdfTextMarkupSquigglyAnnotationLineStyleType get(); void set(PdfTextMarkupSquigglyAnnotationLineStyleType 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