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

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