Class DocumentNUp
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
Opisuje wyjście i format wielu logicznych stron na jednej fizycznej kartce.
Każdy dokument jest kompilowany oddzielnie. DocumentNUp
i Aspose.Page.XPS.XpsMetadata.JobNUpAllDocumentsContiguously
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/documentnup
public sealed class DocumentNUp : NUp, IFeatureItem, IJobPrintTicketItem, IDocumentPrintTicketItem, IPrintTicketItem, IPrintTicketElementChild
Dziedziczenie
object ←
PrintTicketElement ←
CompositePrintTicketElement ←
Feature ←
NUp ←
DocumentNUp
Implementuje
IFeatureItem,
IJobPrintTicketItem,
IDocumentPrintTicketItem,
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()
Konstruktorzy
DocumentNUp(params INUpItem[])
Tworzy nową instancję.
public DocumentNUp(params NUp.INUpItem[] items)
Parametry
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 DocumentNUp AddPagesPerSheetOption(int value)
Parametry
value
int
Wartość właściwości PagesPerSheet
.
Obsługiwany zestaw może być dowolnym zbiorem liczb całkowitych, np. {1,2,4,6,8,9,16}.
Zwraca
Instancję tej funkcji.