Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / AnchoredObject Class / AttachToPreviousChar Property

In This Topic
    AttachToPreviousChar Property
    In This Topic
    Gets or sets a value indicating if the object should be attached to the previous visible character (True) or to the next visible character (False).

    The default is false.

    Syntax
    'Declaration
     
    Public Property AttachToPreviousChar As System.Boolean
    public System.bool AttachToPreviousChar {get; set;}
    See Also