1 write to pageSetupData
System.Workflow.ComponentModel (1)
AuthoringOM\Design\WorkflowPrinting.cs (1)
46
this.
pageSetupData
= new PageSetupData();
15 references to pageSetupData
System.Workflow.ComponentModel (15)
AuthoringOM\Design\WorkflowPrinting.cs (15)
84
return this.
pageSetupData
;
176
headerFooterData.HeaderFooterMargins = new Margins(0, 0, this.
pageSetupData
.HeaderMargin, this.
pageSetupData
.FooterMargin);
185
if (this.
pageSetupData
.HeaderTemplate.Length > 0)
189
if (this.
pageSetupData
.FooterTemplate.Length > 0)
242
string headerFooter = (drawHeader) ? this.
pageSetupData
.HeaderTemplate : this.
pageSetupData
.FooterTemplate;
269
HorizontalAlignment alignment = (drawHeader) ? this.
pageSetupData
.HeaderAlignment : this.
pageSetupData
.FooterAlignment;
331
if (this.
pageSetupData
.AdjustToScaleFactor)
333
this.scaling = ((float)this.
pageSetupData
.ScaleFactor) / 100.0f;
337
float xScaling = (float)this.
pageSetupData
.PagesWide * (float)printableArea.Width / (float)rootDesignerSize.Width;
338
float YScaling = (float)this.
pageSetupData
.PagesTall * (float)printableArea.Height / (float)rootDesignerSize.Height;
354
if (this.
pageSetupData
.CenterHorizontally)
357
if (this.
pageSetupData
.CenterVertically)