VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfTextMarkupAnnotationAppearanceGenerator Class / StrikeoutAnnotationLinePosition Property
Syntax Requirements SeeAlso
In This Topic
    StrikeoutAnnotationLinePosition Property (PdfTextMarkupAnnotationAppearanceGenerator)
    In This Topic
    Gets or sets the line position, measured in fraction of annotation height, of strikeout annotation.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(0,4275)>
    <DescriptionAttribute("The line position, measured in fraction of annotation height, of strikeout annotation.")>
    <CategoryAttribute("Strikeout")>
    Public Property StrikeoutAnnotationLinePosition As Single
    
    
    [DefaultValue(0,4275)]
    [Description("The line position, measured in fraction of annotation height, of strikeout annotation.")]
    [Category("Strikeout")]
    public float StrikeoutAnnotationLinePosition { get; set; }
    
    
    [DefaultValue(0,4275)]
    [Description("The line position, measured in fraction of annotation height, of strikeout annotation.")]
    [Category("Strikeout")]
    public: __property float get_StrikeoutAnnotationLinePosition();
    public: __property void set_StrikeoutAnnotationLinePosition(
    float value
    );
    [DefaultValue(0,4275)]
    [Description("The line position, measured in fraction of annotation height, of strikeout annotation.")]
    [Category("Strikeout")]
    public:
    property float StrikeoutAnnotationLinePosition { float get(); void set(float 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