PrintServer 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
인쇄 서버의 인쇄 대기열을 관리합니다. 일반적으로 인쇄 서버는 컴퓨터이지만 전용 하드웨어 인쇄 서버 장비일 수도 있습니다.
public ref class PrintServer : System::Printing::PrintSystemObject
public class PrintServer : System.Printing.PrintSystemObject
type PrintServer = class
inherit PrintSystemObject
Public Class PrintServer
Inherits PrintSystemObject
- 상속
- 파생
예제
다음 예제에는 인스턴스를 만드는 방법을 보여 줍니다 PrintServer합니다.
// Create a PrintServer
// "theServer" must be a print server to which the user has full print access.
PrintServer myPrintServer = new PrintServer(@"\\theServer");
// List the print server's queues
PrintQueueCollection myPrintQueues = myPrintServer.GetPrintQueues();
String printQueueNames = "My Print Queues:\n\n";
foreach (PrintQueue pq in myPrintQueues)
{
printQueueNames += "\t" + pq.Name + "\n";
}
Console.WriteLine(printQueueNames);
Console.WriteLine("\nPress Return to continue.");
Console.ReadLine();
' Create a PrintServer
' "theServer" must be a print server to which the user has full print access.
Dim myPrintServer As New PrintServer("\\theServer")
' List the print server's queues
Dim myPrintQueues As PrintQueueCollection = myPrintServer.GetPrintQueues()
Dim printQueueNames As String = "My Print Queues:" & vbLf & vbLf
For Each pq As PrintQueue In myPrintQueues
printQueueNames &= vbTab & pq.Name & vbLf
Next pq
Console.WriteLine(printQueueNames)
Console.WriteLine(vbLf & "Press Return to continue.")
Console.ReadLine()
설명
프로그램의 속성에 값을 기록 하는 경우 PrintServer에 변경을 적용 하 여 표시 되는 컴퓨터에 전달 됩니다는 PrintServer 개체입니다. 변경 내용 커밋, 사용 된 Commit 개체의 메서드를 합니다.
마찬가지로, 다른 애플리케이션에는 컴퓨터의 실제 인쇄 서비스 속성을 변경할 수 있습니다. 되도록 하는 PrintServer 프로그램에 대 한 개체에는 최신 값을 사용 하 여는 Refresh 개체의 메서드를 합니다.
주의
내에서 클래스를 System.Printing 네임 스페이스는 Windows 서비스 또는 ASP.NET 애플리케이션 또는 서비스 내에서 사용 하 여 지원 되지 않습니다. 이러한 애플리케이션 형식 중 하나에서 이러한 클래스를 사용 하는 동안 예기치 않은 문제가 발생할 수 있습니다, 그리고 감소와 같은 서비스 성능 및 런타임 예외입니다.
Windows Forms 애플리케이션에서 인쇄 하려는 경우 참조는 System.Drawing.Printing 네임 스페이스입니다.
생성자
PrintServer() |
PrintServer 클래스의 새 인스턴스를 초기화합니다. |
PrintServer(PrintSystemDesiredAccess) |
로컬 인쇄 서버를 나타내며 지정된 PrintServer를 로컬 인쇄 서버에 할당하는 PrintSystemDesiredAccess 클래스의 새 인스턴스를 초기화합니다. |
PrintServer(String) |
지정된 경로가 포함된 PrintServer 클래스의 새 인스턴스를 초기화합니다. |
PrintServer(String, PrintServerIndexedProperty[]) |
초기화되는 속성을 확인하기 위해 지정된 PrintServer 배열을 사용하여 PrintServerIndexedProperty 클래스의 새 인스턴스를 초기화합니다. |
PrintServer(String, PrintServerIndexedProperty[], PrintSystemDesiredAccess) |
PrintServer 클래스의 새 인스턴스를 초기화하고 지정된 경로, PrintServerIndexedProperty 배열 및 필요한 액세스를 제공합니다. |
PrintServer(String, PrintSystemDesiredAccess) |
지정된 경로 및 필요한 액세스가 포함된 PrintServer 클래스의 새 인스턴스를 초기화합니다. |
PrintServer(String, String[]) |
지정된 경로 및 속성 필터가 포함된 PrintServer 클래스의 새 인스턴스를 초기화합니다. |
PrintServer(String, String[], PrintSystemDesiredAccess) |
지정된 경로, 속성 필터 및 필요한 액세스가 포함된 PrintServer 클래스의 새 인스턴스를 초기화합니다. |
속성
BeepEnabled |
프린터의 오류 조건에 응답하여 인쇄 서버에서 경고음을 발생시킬지 여부를 나타내는 값을 가져오거나 설정합니다. |
DefaultPortThreadPriority |
사용하지 마십시오. |
DefaultSchedulerPriority |
사용하지 마십시오. |
DefaultSpoolDirectory |
인쇄 서버의 스풀 파일 경로를 가져오거나 설정합니다. |
EventLog |
인쇄 서버에서 기록하는 이벤트의 형식을 가져오거나 설정합니다. |
IsDelayInitialized |
PrintServer 속성의 초기화가 연기되었는지 여부를 나타내는 값을 가져오거나 설정합니다. |
IsDisposed |
개체가 삭제되었는지 여부를 나타내는 값을 가져오거나 설정합니다. (다음에서 상속됨 PrintSystemObject) |
MajorVersion |
운영 체제의 주 버전을 가져옵니다. |
MinorVersion |
운영 체제 주 버전 내에 있는 부 버전을 가져옵니다. |
Name |
인쇄 서버의 이름을 가져옵니다. |
NetPopup |
인쇄 작업이 완료되었음을 알려 주는 알림을 인쇄 서버 또는 클라이언트 컴퓨터로 보낼지 나타내는 값을 가져오거나 설정합니다. |
Parent |
개체의 부모를 가져옵니다. (다음에서 상속됨 PrintSystemObject) |
PortThreadPriority |
프린터 포트를 통해 I/O를 관리하는 프로세스의 스레드 우선 순위를 가져오거나 설정합니다. |
PropertiesCollection |
특성 및 값 쌍 컬렉션을 가져옵니다. (다음에서 상속됨 PrintSystemObject) |
RestartJobOnPoolEnabled |
프린터 풀링을 사용하는 경우, 오류가 발생한 후 사용자가 작업을 다시 시작할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다. |
RestartJobOnPoolTimeout |
프린터 풀링을 사용하며 오류가 발생한 경우 작업을 다시 시작할 수 있을 때까지의 대기 시간을 나타내는 값을 가져오거나 설정합니다. |
SchedulerPriority |
애플리케이션에서 인쇄 대기열로 인쇄 작업을 라우트하는 프로세스의 스레드 우선 순위를 가져오거나 설정합니다. |
SubSystemVersion |
인쇄 스풀러 시스템의 버전을 가져옵니다. |
메서드
적용 대상
추가 정보
.NET