combit List & Label 29 - .NET Help
combit.Reporting Namespace / LlCore Class / LlPreviewDeleteFiles Method

valid file name (with path if necessary)

valid path of the temporary files ending with a backslash .\.. Needs only be defined if LlPreviewSetTempPath() has been called, else it should be null or empty.



In This Topic
    LlPreviewDeleteFiles Method
    In This Topic

    Deletes the temporary file(s) which have been created by the preview print.

    Syntax
    'Declaration
     
    
    Public Sub LlPreviewDeleteFiles( _
       ByVal projectFile As String, _
       ByVal path As String _
    ) 
    public void LlPreviewDeleteFiles( 
       string projectFile,
       string path
    )
    public:
    void LlPreviewDeleteFiles( 
       String^ projectFile,
       String^ path
    ) 

    Parameters

    projectFile

    valid file name (with path if necessary)

    path

    valid path of the temporary files ending with a backslash .\.. Needs only be defined if LlPreviewSetTempPath() has been called, else it should be null or empty.

    Remarks

    Should always be called after LlPreviewDisplay as the preview files are generally only valid momentarily. Of course, if you want to archive, send or print them at a later time, this should NOT be called.

    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also