HtmlSaveOptionsReduceFooterGap Property |
Gets or sets a value indicating whether a gap between last task and the footer must be reduced.
Namespace: Aspose.Tasks.SavingAssembly: Aspose.Tasks (in Aspose.Tasks.dll) Version: 19.12
Syntaxpublic bool ReduceFooterGap { get; set; }
Public Property ReduceFooterGap As Boolean
Get
Set
public:
virtual property bool ReduceFooterGap {
bool get () sealed;
void set (bool value) sealed;
}
abstract ReduceFooterGap : bool with get, set
override ReduceFooterGap : bool with get, set
Property Value
Type:
Boolean
See Also