Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Drawing Namespace / HtmlToImageFormat Class / MaxBottomMargin Property

In This Topic
    MaxBottomMargin Property
    In This Topic
    Gets or sets the maximum height of the bottom margin, in pixels. Negative value prevents trimming the bottom margin. Defaults to 0 (no bottom margin).
    Syntax
    'Declaration
     
    Public Property MaxBottomMargin As System.Integer
    public System.int MaxBottomMargin {get; set;}
    See Also