AbsolutePositioning Property
In This Topic
Gets or sets a value indicating whether absolute positioning of objects is used in the exported RTF file (see
C1.C1Report.FileFormatEnum.RTFLabels).
Syntax
'Declaration
Public Property AbsolutePositioning As Boolean
public bool AbsolutePositioning {get; set;}
See Also