PageImageableSize constructor

init

Creates a new instance.

def __init__(self, width, height):
    ...
ParameterTypeDescription
widthintAn ImageableSizeWidth property value.
heightintAn ImageableSizeHeight property value.

init

Creates a new instance.

def __init__(self, width, height, origin_width, origin_height, extent_width, extent_height):
    ...
ParameterTypeDescription
widthintAn ImageableSizeWidth property value.
heightintAn ImageableSizeHeight property value.
origin_widthintAn ImageableArea sub-property’s OriginWidth property value.
origin_heightintAn ImageableArea sub-property’s OriginHeight property value.
extent_widthintAn ImageableArea sub-property’s ExtentWidth property value.
extent_heightintAn ImageableArea sub-property’s ExtentHeight property value.

See Also