PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.Export Namespace / RtfOptionsForm Class / FixedPositioning Property

In This Topic
    FixedPositioning Property (RtfOptionsForm)
    In This Topic
    Gets or sets a value indicating whether objects within the document should have absolute fixed positions, or added to the document flow if possible.
    Syntax
    'Declaration
     
    Public Overridable Property FixedPositioning As Boolean
    public virtual bool FixedPositioning {get; set;}
    See Also