PdfHtmlImageCropping Property

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

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public bool Cropping { get; set; }

Property Value

Boolean

See Also