type PageFormatDefinition = object;
Represents the definition of a page format in the Creative Editor SDK. This interface defines the width, height, unit, and optional fixed orientation for a page format.
Properties#
Property | Type |
---|---|
default? | boolean |
width | number |
height | number |
unit | DesignUnit |
fixedOrientation? | boolean |