fixed_layout property
fixed_layout property
The fixed layout flag determines whether a fixed layout will be used, e.g., absolutely positioned HTML elements.
Default is True.
Definition:
@property
def fixed_layout(self):
...
@fixed_layout.setter
def fixed_layout(self, value):
...
See Also
- class
WebConvertOptions