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