AlignMarginsHeaderFooter Property (IPageSetup)
Gets or sets a value indicating whether the header and the footer are aligned with the margins set in the page setup options.
bool AlignMarginsHeaderFooter {get; set;}
'Declaration
Property AlignMarginsHeaderFooter As Boolean
'Usage
Dim instance As IPageSetup
Dim value As Boolean
instance.AlignMarginsHeaderFooter = value
value = instance.AlignMarginsHeaderFooter
Property Value
true
if the header and the footer are aligned with the margins set in the page setup options; otherwise,
false
.