PageSetupIsHFScaleWithDoc Property |
Indicates whether header and footer are scaled with document scaling.
Only applies for Excel 2007.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic bool IsHFScaleWithDoc { get; set; }
Public Property IsHFScaleWithDoc As Boolean
Get
Set
public:
property bool IsHFScaleWithDoc {
bool get ();
void set (bool value);
}
member IsHFScaleWithDoc : bool with get, set
Property Value
Type:
Boolean
See Also