Class JobNUpAllDocumentsContiguously

Class JobNUpAllDocumentsContiguously

Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)

여러 개의 논리 페이지 출력을 단일 물리 시트로 설명합니다. 작업의 모든 문서는 연속적으로 함께 컴파일됩니다. Aspose.Page.XPS.XpsMetadata.JobNUpAllDocumentsContiguously와 Aspose.Page.XPS.XpsMetadata.DocumentNUp는 상호 배타적입니다. 이러한 키워드 간의 제약 처리 여부는 드라이버에 따라 결정됩니다.
https://docs.microsoft.com/en-us/windows/win32/printdocs/jobnupalldocumentscontiguously

public sealed class JobNUpAllDocumentsContiguously : NUp, IFeatureItem, IJobPrintTicketItem, IPrintTicketItem, IPrintTicketElementChild

상속

object
PrintTicketElement
CompositePrintTicketElement
Feature
NUp
JobNUpAllDocumentsContiguously

구현

IFeatureItem,
IJobPrintTicketItem,
IPrintTicketItem,
IPrintTicketElementChild

상속된 멤버

Feature.Add(params IFeatureItem[]),
PrintTicketElement.Name,
object.GetType(),
object.ToString(),
object.Equals(object?),
object.Equals(object?, object?),
object.ReferenceEquals(object?, object?),
object.GetHashCode()

생성자

JobNUpAllDocumentsContiguously(params INUpItem[])

새 인스턴스를 생성합니다.

public JobNUpAllDocumentsContiguously(params NUp.INUpItem[] items)

매개변수

items NUp.INUpItem[]

기능에 특정한 항목 배열입니다.

메서드

AddPagesPerSheetOption(int)

PagesPerSheet 점수 속성 값을 가진 옵션을 추가합니다.
물리 시트당 논리 페이지 수를 지정합니다.

public JobNUpAllDocumentsContiguously AddPagesPerSheetOption(int value)

매개변수

value int

PagesPerSheet 점수 속성 값입니다.
지원되는 집합은 {1,2,4,6,8,9,16}과 같은 정수 집합일 수 있습니다.

반환값

JobNUpAllDocumentsContiguously

이 기능 인스턴스입니다.

 한국어