CompatibilityOptionsSuppressTopSpacing Property |
Ignore Minimum and Exact Line Height for First Line on Page.
Namespace:
Aspose.Words.Settings
Assembly:
Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntaxpublic bool SuppressTopSpacing { get; set; }
Public Property SuppressTopSpacing As Boolean
Get
Set
public:
property bool SuppressTopSpacing {
bool get ();
void set (bool value);
}
member SuppressTopSpacing : bool with get, set
Property Value
Type:
Boolean
See Also