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