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

In This Topic
    VerticalTextOffset Property
    In This Topic
    Gets or sets the vertical offset perpendicular to the annotation line, with a positive value indicating a shift up and a negative value indicating a shift down.
    Syntax
    'Declaration
     
    Public Property VerticalTextOffset As System.Single
    public System.float VerticalTextOffset {get; set;}
    See Also