Options of converting html to pdf
Namespace: Spire.Pdf.HtmlConverterAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public enum Clip
Public Enumeration Clip
public enum class Clip
type Clip
Members
Member | Value | Description |
---|---|---|
None | 0 |
Not clip
|
Width | 1 |
Clips width
|
Height | 2 |
Clips height
|
Both | 4 |
Clips width and height
|