Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / FreeTextAnnotation Class / TextOffsets Property

In This Topic
    TextOffsets Property
    In This Topic
    Gets or sets the GrapeCity.Documents.Common.Offsets structure that defines the numerical differences between two rectangles: the Rect and an inner rectangle contained within that rectangle. The inner rectangle is where the FreeTextAnnotation’s text should be displayed.

    Note that if this rectangle is not specified then Rect is used as the text rectangle.

    Syntax
    'Declaration
     
    Public Property TextOffsets As System.Nullable(Of Offsets)
    public System.Nullable<Offsets> TextOffsets {get; set;}
    See Also