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]