MarkupConvertOptionsFixedLayout Property |
If true fixed layout will be used e.g. absolutely positioned html elements
Default: true
Namespace: GroupDocs.Conversion.Options.ConvertAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.4.0.0 (22.4)
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:
Boolean
See Also