DS.Documents.Html Assembly / GrapeCity.Documents.Html Namespace / ImageOptions Class / Clip Property

In This Topic
Clip Property (ImageOptions)
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)
 
See Also