HtmlLoadOptions.ParagrahLayoutMode

HtmlLoadOptions.ParagrahLayoutMode property

Specifies how HTML <p> elements are rendered when loading HTML. The default value is Normal.

[Obsolete("Use HtmlLoadOptions.ParagraphLayoutMode property instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public HtmlParagraphLayoutMode ParagrahLayoutMode { get; set; }

Remarks

NOTE: This property is now obsolete. Instead, please use HtmlLoadOptions.ParagraphLayoutMode property. This method will be removed 12 months later since July 2026. Aspose apologizes for any inconvenience you may have experienced.

See Also