PdfPageSize(Single, Single) Constructor
Constructs a custom page size
Namespace: WinnovativeClientAssembly: WinnovativeClient (in WinnovativeClient.dll) Version: 18.0.0.0 (18.0.0.0)
public PdfPageSize(
float width,
float height
)
Public Sub New (
width As Single,
height As Single
)
Parameters
- width Single
- The page width in points
- height Single
- The page height in points