VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfLineAnnotation Class / StartPoint Property
Синтаксис Требования Смотрите также
В этом разделе
    StartPoint Свойство (PdfLineAnnotation)
    В этом разделе
    Возвращает или устанавливает точку начала строки аннотации в пользовательском пространстве по умолчанию.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Appearance")>
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.PointFConverter)>
    <DescriptionAttribute("A start line point of annotation, in default user space.")>
    Public Property StartPoint As System.Drawing.PointF
    
    
    [Category("Appearance")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)]
    [Description("A start line point of annotation, in default user space.")]
    public System.Drawing.PointF StartPoint { get; set; }
    
    
    [Category("Appearance")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)]
    [Description("A start line point of annotation, in default user space.")]
    public: __property System.Drawing.PointF get_StartPoint();
    public: __property void set_StartPoint(
    System.Drawing.PointF value
    );
    [Category("Appearance")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)]
    [Description("A start line point of annotation, in default user space.")]
    public:
    property System.Drawing.PointF StartPoint { System.Drawing.PointF get(); void set(System.Drawing.PointF value); }
    Требования

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

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