Class DocumentBannerSheet.BannerSheetOption
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
Aspose.Page.XPS.XpsMetadata.DocumentBannerSheet 기능의 옵션을 나타냅니다.
public sealed class DocumentBannerSheet.BannerSheetOption : Option, IFeatureItem, IPrintTicketElementChild
상속
object ← PrintTicketElement ← CompositePrintTicketElement ← Option ← DocumentBannerSheet.BannerSheetOption
구현
IFeatureItem, IPrintTicketElementChild
상속된 멤버
Option.Add(params IOptionItem[]), PrintTicketElement.Name, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
필드
Custom
사용자 정의 배너 시트를 출력해야 함을 지정합니다. Aspose.Page.XPS.XpsMetadata.DocumentBannerSheetSourceAspose.Page.XPS.XpsMetadata.ParameterInit 요소가 지정되지 않으면 이 옵션은 무시되어야 합니다.
public static DocumentBannerSheet.BannerSheetOption Custom
필드 값
DocumentBannerSheet.BannerSheetOption
None
배너 시트를 출력하지 않아야 함을 지정합니다.
public static DocumentBannerSheet.BannerSheetOption None
필드 값
DocumentBannerSheet.BannerSheetOption
Standard
표준(장치 정의) 배너 시트를 출력해야 함을 지정합니다.
public static DocumentBannerSheet.BannerSheetOption Standard