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.
Namespace:
C1.C1Preview.ExportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public bool FixedPositioning { get; set; } |
Visual Basic |
---|
Public Property FixedPositioning As Boolean Get Set |