HtmlConverter
AutoDetectPageBreak Property
|
Indicates whether auto detect page break.
Namespace:
Spire.Additions.Html
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool AutoDetectPageBreak { get; set; }
Public Property AutoDetectPageBreak As Boolean
Get
Set
public:
property bool AutoDetectPageBreak {
bool get ();
void set (bool value);
}
member AutoDetectPageBreak : bool with get, set
Property Value
Type:
Boolean
See Also