HtmlSaveOptionsFixedLayout Property
Gets or sets a value indicating whether that HTML is created as fixed layout.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public bool FixedLayout { get; set; }

Property Value

Type: Boolean
true if [fixed layout]; otherwise, false.
See Also