VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfLineAnnotation Class / LeaderOffset Property
Syntax Requirements SeeAlso
In This Topic
    LeaderOffset Property (PdfLineAnnotation)
    In This Topic
    Gets or sets a non-negative number representing the length of the leader line offset.
    Syntax
    'Declaration
    
    <CategoryAttribute("Appearance")>
    <DescriptionAttribute("A non-negative number representing the length of the leader line offset.")>
    <DefaultValueAttribute(0)>
    Public Property LeaderOffset As Single
    
    
    [Category("Appearance")]
    [Description("A non-negative number representing the length of the leader line offset.")]
    [DefaultValue(0)]
    public float LeaderOffset { get; set; }
    
    
    [Category("Appearance")]
    [Description("A non-negative number representing the length of the leader line offset.")]
    [DefaultValue(0)]
    public: __property float get_LeaderOffset();
    public: __property void set_LeaderOffset(
    float value
    );
    [Category("Appearance")]
    [Description("A non-negative number representing the length of the leader line offset.")]
    [DefaultValue(0)]
    public:
    property float LeaderOffset { 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