PdfPageSize(Int32, Int32) Constructor
Constructs a custom page size
Namespace: EvoPdf.ChromiumAssembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
public PdfPageSize(
int width,
int height
)
Parameters
- width Int32
- The page width in points. 1 point is 1/72 inch
- height Int32
- The page height in points. 1 point is 1/72 inch