VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfTextMarkupAnnotationAppearanceGenerator Class / SquigglyAnnotationLineStyle Property
Синтаксис Требования Смотрите также
В этом разделе
    SquigglyAnnotationLineStyle Свойство (PdfTextMarkupAnnotationAppearanceGenerator)
    В этом разделе
    Возвращает или задает стиль линии волнистой аннотации.
    Синтаксис
    '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); }
    Требования

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

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