HtmlSaveOptionsFixedLayout Property |
Gets or sets a value indicating whether that HTML is created as fixed layout.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic bool FixedLayout { get; set; }
Public Property FixedLayout As Boolean
Get
Set
public:
property bool FixedLayout {
bool get ();
void set (bool value);
}
member FixedLayout : bool with get, set
Property Value
Type:
Booleantrue if [fixed layout]; otherwise,
false.
See Also