3 references to headerFooterMargins
System.Workflow.ComponentModel (3)
AuthoringOM\Design\WorkflowLayouts.cs (3)
617
headerFooterData.HeaderFooterMargins = this.
headerFooterMargins
;
776
this.
headerFooterMargins
.Top = Convert.ToInt32((float)this.printDocument.PageSetupData.HeaderMargin / this.scaling);
777
this.
headerFooterMargins
.Bottom = Convert.ToInt32((float)this.printDocument.PageSetupData.FooterMargin / this.scaling);