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

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

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