C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.Export Namespace / HtmlExporter Class / FixedPositioning Property

In This Topic
FixedPositioning Property (HtmlExporter)
In This Topic
Gets or sets a value indicating whether the exported document should exactly match the appearance of the original document. Usually this can only be achieved at the cost of preserving the logical structure and/or ease of editing of the exported document.
Syntax
'Declaration
 
Public Property FixedPositioning As Boolean
 

Property Value

true if exact appearance should be preserved, false otherwise.
See Also