combit List & Label 29 - .NET Help
combit.Reporting Namespace / PreviewFile Class
Properties Methods

In This Topic
    PreviewFile Class Members
    In This Topic

    The following tables list the members exposed by PreviewFile.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property

    Version of the API.

     
    Public Property

    Progress box type for the Print() method.

     
    Public PropertyNumber of pages.  
    Public Property

    Resolution of the metafiles generated internally.

     
    Public Property

    Filename.

     
    Public Property

    Version of the file.

     
    Public Property

    Internal handle of the preview file.

     
    Public Property

    The class indexer provides access to the each page of the preview file. A page is always represented by the PreviewPage class. Alternatively the class supports the IEnumerable interface - you can cover the pages with a for each... in loop.

     
    Public Property  
    Public PropertyGives access to the page collection stored in this preview file.  
    Public Property

    Number of printers used for the original printout.

     
    Public Property

    Unit system used for the original printout.

     
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. 

    You can append several preview files. In order to do this, you must first open the destination file. Since a write access is required, you must pass the second parameter, ReadOnly, as false. Subsequently, you can pass the file name of the file to be added to the Append method. Alternatively, you can also assign a handle to a preview file in the memory or to another instance of the PreviewFile.

     
    Public MethodClose the preview file.  
    Public MethodOverloaded. 

    This method converts the preview file to the selected format.

     
    Public Method

    Delete the preview file(s).

     
    Public Method  
    Public Method  
    Public MethodOverloaded. 

    Returns the file name of the PreviewFile instance.

     
    Public MethodProjectParameters from a preview file can be queried hereby.  
    Public MethodOverloaded. 

    Prints the preview file.

     
    Top
    See Also