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

In This Topic
    Clip Property (HtmlToImageFormat)
    In This Topic
    If set, captures the specified rectangular region only (in pixels).

    Note that this property is ignored if FullPage is true.

    Syntax
    'Declaration
     
    Public Property Clip As System.Nullable(Of RectangleF)
    public System.Nullable<RectangleF> Clip {get; set;}
    See Also