PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.8 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / Load Method

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