Controls is the HTML is cropped at the end of PDF page where it is rendered. This property is false by default and
the HTML rendering can continue on the next page if necessary
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
public bool Cropping { get; set; }
Public Property Cropping As Boolean
Get
Set
public:
property bool Cropping {
bool get ();
void set (bool value);
}
member Cropping : bool with get, set
Property Value
Type:
Boolean
Reference