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

In This Topic
    MaxBottom Property
    In This Topic
    Gets or sets the maximum ObjectRect.Bottom value of the anchored object, in graphic units.

    The assigned value is ignored unless the KeepInVerticalBounds property is set to true.

    Syntax
    'Declaration
     
    Public Property MaxBottom As System.Single
    public System.float MaxBottom {get; set;}
    See Also