DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomPrint Class / PrintFilm Method



In This Topic
    PrintFilm Method
    In This Topic
    Print current film
    Syntax
    'Declaration
     
    
    Public Sub PrintFilm() 
    'Usage
     
    
    Dim instance As DicomPrint
     
    instance.PrintFilm()
    public void PrintFilm()
    public:
    void PrintFilm(); 
    Remarks
    This method is implicitly called once a film becomes "full" as a result of PrintImage calls, or when Close is called but this method is provided for those wishing to flush a film to start subsequent images on a new sheet.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also