Skip to main content
Version: API v2 Preview

Size

Kind: class
Module/package: models
SDK: pdfdancer-client-python 2.0.0

Represents dimensions with width and height.

Declaration

Size(width: float, height: float) -> None

Members

__init__

__init__(self, width: float, height: float) -> None

Initialize self. See help(type(self)) for accurate signature.

to_dict

to_dict(self) -> Dict[str, Any]

View source at af2a1171a1b9