Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / LineAnnotation Class / HorizontalTextOffset Property

In This Topic
    HorizontalTextOffset Property
    In This Topic
    Gets or sets the horizontal offset along the annotation line from its midpoint, with a positive value indicating offset to the right and a negative value indicating offset to the left.
    Syntax
    'Declaration
     
    Public Property HorizontalTextOffset As System.Single
    public System.float HorizontalTextOffset {get; set;}
    See Also