1 write to PagesWide
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
967this.printDocument.PageSetupData.PagesWide = (int)this.fitToPagesWideInput.Value;
3 references to PagesWide
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
120this.fitToPagesWideInput.Value = this.printDocument.PageSetupData.PagesWide;
AuthoringOM\Design\WorkflowLayouts.cs (1)
745((float)this.printDocument.PageSetupData.PagesWide * (float)printableArea.Width / (float)rootDesignerSize.Width),
AuthoringOM\Design\WorkflowPrinting.cs (1)
337float xScaling = (float)this.pageSetupData.PagesWide * (float)printableArea.Width / (float)rootDesignerSize.Width;