1 write to PagesTall
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
968this.printDocument.PageSetupData.PagesTall = (int)this.fitToPagesTallInput.Value;
3 references to PagesTall
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
121this.fitToPagesTallInput.Value = this.printDocument.PageSetupData.PagesTall;
AuthoringOM\Design\WorkflowLayouts.cs (1)
746((float)this.printDocument.PageSetupData.PagesTall * (float)printableArea.Height / (float)rootDesignerSize.Height));
AuthoringOM\Design\WorkflowPrinting.cs (1)
338float YScaling = (float)this.pageSetupData.PagesTall * (float)printableArea.Height / (float)rootDesignerSize.Height;