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

In This Topic
    KeepInVerticalBounds Property
    In This Topic
    Gets or sets a value indicating if the anchored object should not appear beyond the vertical bounds specified by the MinTop and MaxBottom properties.

    The default is false.

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