VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfLineAnnotation Class / LeaderOffset Property
Синтаксис Требования Смотрите также
В этом разделе
    LeaderOffset Свойство (PdfLineAnnotation)
    В этом разделе
    Возвращает или задает неотрицательное число, представляющее длину смещения выноски.
    Синтаксис
    '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); }
    Требования

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

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