height属性

height属性

返回或设置指定切片器的 height(以点为单位)。

注意事项

注意:此成员现已过时。取而代之的是 请使用 Shape.HeightPt 属性。 自 2025 年 5 月起,该房产将于 12 个月后拆除。 Aspose 对于您所遇到的不便深表歉意。

例子


slicer.height = 120.0

定义:

@property
def height(self):
    ...
@height.setter
def height(self, value):
    ...

也可以看看