export enum PrintOptionsMarginType { Default = 'default', None = 'none', PrintableArea = 'printableArea', Custom = 'custom', }