Document Solutions for PDF
GrapeCity.Documents.Html / GrapeCity.Documents.Drawing Namespace / HtmlToImageFormat Class / MaxTopMargin Property

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