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

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