export enum DiagramUnit { In, Cm, Px }
export enum PageOrientation { Portrait = 0, Landscape = 1 }
