PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Forms Namespace / OutputRangeForm Class / BuildOutputRange Method

In This Topic
    BuildOutputRange Method (OutputRangeForm)
    In This Topic
    Builds an output range based on the input data.
    Syntax
    'Declaration
     
    Public Overridable Function BuildOutputRange() As OutputRange
    public virtual OutputRange BuildOutputRange()

    Return Value

    The new range.
    See Also