Class JobErrorSheet
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
오류 시트 출력을 설명합니다. 전체 작업에는 단일 오류 시트가 있습니다. 오류 시트는 기본 Aspose.Page.XPS.XpsMetadata.PageMediaSize에서 출력되어야 하며, 기본 Aspose.Page.XPS.XpsMetadata.PageMediaType을 사용해야 합니다. 오류 시트는 작업의 나머지 부분과 분리되어야 합니다. 이는 JobDuplex
, JobStaple
, 또는 JobBinding
과 같은 모든 마감 또는 처리 옵션에 오류 시트를 포함해서는 안 된다는 것을 의미합니다. 오류 시트는 작업의 마지막 시트로 발생해야 합니다.
https://docs.microsoft.com/en-us/windows/win32/printdocs/joberrorsheet
public sealed class JobErrorSheet : Feature, IFeatureItem, IJobPrintTicketItem, IPrintTicketItem, IPrintTicketElementChild
상속
object ←
PrintTicketElement ←
CompositePrintTicketElement ←
Feature ←
JobErrorSheet
구현
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()
생성자
JobErrorSheet(params IJobErrorSheetItem[])
새 인스턴스를 생성합니다.
public JobErrorSheet(params JobErrorSheet.IJobErrorSheetItem[] items)
매개변수
items
JobErrorSheet.IJobErrorSheetItem[]
기능에 특정한 항목의 배열.