C# 클래스 Queue.UI.Common.XPSUtils

파일 보기 프로젝트 열기: breslavsky/queue

공개 메소드들

메소드 설명
PrintXaml ( FrameworkElement template, object dataContext, string printer = null ) : void
WriteXaml ( FrameworkElement template, object dataContext ) : string

비공개 메소드들

메소드 설명
GetPrintQueue ( string printer ) : PrintQueue
InternalCreateFileFromXaml ( FrameworkElement template, object dataContext ) : CreateXpsFileResult

메소드 상세

PrintXaml() 공개 정적인 메소드

public static PrintXaml ( FrameworkElement template, object dataContext, string printer = null ) : void
template System.Windows.FrameworkElement
dataContext object
printer string
리턴 void

WriteXaml() 공개 정적인 메소드

public static WriteXaml ( FrameworkElement template, object dataContext ) : string
template System.Windows.FrameworkElement
dataContext object
리턴 string