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

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

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