Click or drag to resize

Clip Enumeration

Options of converting html to pdf

Namespace: Spire.Additions.Html
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum Clip
Members
Member name Value Description
None 0 Not clip
Width 1 Clips width
Height 2 Clips height
Both 4 Clips width and height
See Also