height property
height property
Frame height. See the height attribute definition in HTML 4.01.
Definition:
@property
def height(self):
...
@height.setter
def height(self, value):
...
See Also
- module
aspose.html
- class
HTMLIFrameElement
Frame height. See the height attribute definition in HTML 4.01.
@property
def height(self):
...
@height.setter
def height(self, value):
...
aspose.html
HTMLIFrameElement