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

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