PageSetupIsHFAlignMargins Property |
Indicates whether header and footer margins are aligned with the page margins.
If this property is true, the left header and footer will be aligned with the left margin,
and the right header and footer will be aligned with the right margin.
This option is enabled by default.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic bool IsHFAlignMargins { get; set; }
Public Property IsHFAlignMargins As Boolean
Get
Set
public:
property bool IsHFAlignMargins {
bool get ();
void set (bool value);
}
member IsHFAlignMargins : bool with get, set
Property Value
Type:
Boolean
See Also