VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfLineAnnotation Class / StartPoint Property
Syntax Requirements SeeAlso
In This Topic
    StartPoint Property (PdfLineAnnotation)
    In This Topic
    Gets or sets a start line point of annotation, in default user space.
    Syntax
    'Declaration
    
    <CategoryAttribute("Appearance")>
    <DescriptionAttribute("A start line point of annotation, in default user space.")>
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.PointFConverter)>
    Public Property StartPoint As System.Drawing.PointF
    
    
    [Category("Appearance")]
    [Description("A start line point of annotation, in default user space.")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)]
    public System.Drawing.PointF StartPoint { get; set; }
    
    
    [Category("Appearance")]
    [Description("A start line point of annotation, in default user space.")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)]
    public: __property System.Drawing.PointF get_StartPoint();
    public: __property void set_StartPoint(
    System.Drawing.PointF value
    );
    [Category("Appearance")]
    [Description("A start line point of annotation, in default user space.")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)]
    public:
    property System.Drawing.PointF StartPoint { System.Drawing.PointF get(); void set(System.Drawing.PointF value); }
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also