PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / Load Method

In This Topic
    Load Method (C1PrintDocument)
    In This Topic
    Loads the current document from a stream. The stream should contain a document in C1DocumentFormatEnum.C1d format.
    Overload List
    OverloadDescription
    Loads the current document from a stream. The stream should contain a document in C1DocumentFormatEnum.C1d format.  
    Loads the current document from a stream.  
    Loads the current document from a file. The persistence format (C1DocumentFormatEnum.C1d or C1DocumentFormatEnum.C1dx) is determined by the file extension. The format defaults to C1DocumentFormatEnum.C1d if the format cannot be determined from the extension.  
    Loads the current document from a file.  
    See Also