HeaderFooterAlignWithPageMargin Property (ExtendedHeadFooterSetting)
In This Topic
Gets or sets a value indicating whether header footer align with page margin.
Syntax
'Declaration
Public Property HeaderFooterAlignWithPageMargin As Boolean
'Usage
Dim instance As ExtendedHeadFooterSetting
Dim value As Boolean
instance.HeaderFooterAlignWithPageMargin = value
value = instance.HeaderFooterAlignWithPageMargin
public bool HeaderFooterAlignWithPageMargin {get; set;}
Property Value
true if header footer align with page margin; otherwise,
false.
See Also