ActiveReports 19 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document Namespace / PageDocument Class / LoadSnapshot Method / LoadSnapshot(FileInfo) Method

In This Topic
    LoadSnapshot(FileInfo) Method
    In This Topic
    Loads a page document from the snapshot file.
    Syntax
    'Declaration
     
    Public Overloads Shared Function LoadSnapshot( _
       ByVal snapshotFile As FileInfo _
    ) As PageDocument
    public static PageDocument LoadSnapshot( 
       FileInfo snapshotFile
    )

    Parameters

    snapshotFile
    Remarks
    This method should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also