Class JobNUpAllDocumentsContiguously

Class JobNUpAllDocumentsContiguously

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

Opisuje wyjście wielu logicznych stron na pojedynczej fizycznej kartce. Wszystkie dokumenty w zadaniu są kompilowane razem w sposób ciągły. Aspose.Page.XPS.XpsMetadata.JobNUpAllDocumentsContiguously oraz Aspose.Page.XPS.XpsMetadata.DocumentNUp są wzajemnie wykluczające się. To do sterownika należy określenie obsługi ograniczeń między tymi słowami kluczowymi. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobnupalldocumentscontiguously

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

Dziedziczenie

objectPrintTicketElementCompositePrintTicketElementFeatureNUpJobNUpAllDocumentsContiguously

Implementuje

IFeatureItem, IJobPrintTicketItem, IPrintTicketItem, IPrintTicketElementChild

Członkowie dziedziczeni

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

Konstruktory

JobNUpAllDocumentsContiguously(params INUpItem[])

Tworzy nową instancję.

public JobNUpAllDocumentsContiguously(params NUp.INUpItem[] items)

Parametry

items NUp.INUpItem[]

Tablica elementów specyficznych dla funkcji.

Metody

AddPagesPerSheetOption(int)

Dodaje opcję z wartością właściwości PagesPerSheet. Określa liczbę logicznych stron na fizycznej kartce.

public JobNUpAllDocumentsContiguously AddPagesPerSheetOption(int value)

Parametry

value int

Wartość właściwości PagesPerSheet. Obsługiwany zbiór może być dowolnym zbiorem liczb całkowitych, np. {1,2,4,6,8,9,16}.

Zwraca

JobNUpAllDocumentsContiguously

Instancja tej funkcji.

 Polski