5 references to PageBounds
System.Drawing (1)
commonui\System\Drawing\Printing\PreviewPrintController.cs (1)
107Size size = e.PageBounds.Size;
System.Workflow.ComponentModel (4)
AuthoringOM\Design\WorkflowPrinting.cs (4)
126Size printableArea = new Size(printPageArg.PageBounds.Size.Width - (margins.Left + margins.Right), printPageArg.PageBounds.Size.Height - (margins.Top + margins.Bottom)); 174headerFooterData.PageBounds = printPageArg.PageBounds; 320Size paperSize = printPageArg.PageBounds.Size;