C# 클래스 Print_SCU.PrintJob

파일 보기 프로젝트 열기: fo-dicom/fo-dicom-samples 1 사용 예제들

공개 메소드들

메소드 설명
AddImage ( Bitmap bitmap, int index ) : void
EndFilmBox ( ) : void
Print ( ) : void
PrintJob ( string jobLabel ) : System
StartFilmBox ( string format, string orientation, string filmSize ) : Dicom.Printing.FilmBox

비공개 메소드들

메소드 설명
AddColorImage ( Bitmap bitmap, int index ) : void
AddGreyscaleImage ( Bitmap bitmap, int index ) : void
GetColorbytes ( Bitmap bitmap ) : PinnedByteArray
GetGreyBytes ( Bitmap bitmap ) : PinnedByteArray

메소드 상세

AddImage() 공개 메소드

public AddImage ( Bitmap bitmap, int index ) : void
bitmap System.Drawing.Bitmap
index int
리턴 void

EndFilmBox() 공개 메소드

public EndFilmBox ( ) : void
리턴 void

Print() 공개 메소드

public Print ( ) : void
리턴 void

PrintJob() 공개 메소드

public PrintJob ( string jobLabel ) : System
jobLabel string
리턴 System

StartFilmBox() 공개 메소드

public StartFilmBox ( string format, string orientation, string filmSize ) : Dicom.Printing.FilmBox
format string
orientation string
filmSize string
리턴 Dicom.Printing.FilmBox