Class Option
名称: Aspose.Page.XPS.XpsMetadata アセンション: Aspose.Page.dll (25.5.0)
共通のプリントチケットを実施するクラス Option.すべてのスケジュールによって定義されたオプションのベースクラス。オプション要素には、すべての Aspose.Page.XPS.XpsMetadata.Property が含まれています。Aspose.Page.XPS.XpsMetadata.ScoredProperty このオプションに関連する要素。https://docs.microsoft.com/en-us/windows/win32/printdocs/option
public class Option : CompositePrintTicketElement, IFeatureItem, IPrintTicketElementChildInheritance
object ← PrintTicketElement ← CompositePrintTicketElement ← Option
Derived
DocumentBannerSheet.BannerSheetOption , JobPrimaryBannerSheet.BannerSheetOption , JobBindAllDocuments.BindingOption , DocumentBinding.BindingOption , Collate.CollateOption , DocumentCoverBack.CoverBackOption , JobPrimaryCoverBack.CoverBackOption , DocumentCoverFront.CoverFrontOption , JobPrimaryCoverFront.CoverFrontOption , DocumentSeparatorSheet.DocumentSeparatorSheetOption , Duplex.DuplexOption , JobErrorSheet.ErrorSheetOption , JobErrorSheet.ErrorSheetWhen.ErrorSheetWhenOption , HolePunch.HolePunchOption , InputBin.InputBinOption , JobAccountingSheet.JobAccountingSheetOption , JobDeviceLanguage.JobDeviceLanguageOption , JobDigitalSignatureProcessing.JobDigitalSignatureProcessingOption , JobOutputOptimization.JobOutputOptimizationOption , JobPageOrder.JobPageOrderOption , PageWatermark.LayeringOption , OutputBin.OutputBinOption , PageBlackGenerationProcessing.PageBlackGenerationProcessingOption , PageBlendColorSpace.PageBlendColorSpaceOption , PageBorderless.PageBorderlessOption , PageColorManagement.PageColorManagementOption , PageDestinationColorProfile.PageDestinationColorProfileOption , PageDeviceColorSpaceUsage.PageDeviceColorSpaceUsageOption , PageDeviceFontSubstitution.PageDeviceFontSubstitutionOption , PageForceFrontSide.PageForceFrontSideOption , PageICMRenderingIntent.PageICMRenderingIntentOption , PageMediaColor.PageMediaColorOption , PageMediaSize.PageMediaSizeOption , PageMediaType.PageMediaTypeOption , PageMirrorImage.PageMirrorImageOption , PageNegativeImage.PageNegativeImageOption , PageOrientation.PageOrientationOption , PageOutputColor.PageOutputColorOption , PageOutputQuality.PageOutputQualityOption , PagePhotoPrintingIntent.PagePhotoPrintingIntentOption , PageResolution.PageResolutionOption , PageScaling.PageScalingOption , PageSourceColorProfile.PageSourceColorProfileOption , PageTrueTypeFontMode.PageTrueTypeFontModeOption , PageWatermark.PageWatermarkOption , NUp.PresentationDirection.PresentationDirectionOption , RollCut.RollCutOption , PageScaling.ScaleOffsetAlignmentOption , Staple.StapleOption
Implements
IFeatureItem , IPrintTicketElementChild
相続人
PrintTicketElement.Name , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
Option(ストレッチ、パラム IOptionItem[])
新しい PrintTicket オプションのインスタンスを作成します。
public Option(string name, params IOptionItem[] items)Parameters
name string
任意のオプション名です。
items IOptionItem
( )
Aspose.Page.XPS.XpsMetadata.IOptionItem インスタンスの任意の順序。それぞれが Aspose.Page.XPS.XpsMetadata.ScoredProperty または Aspose.Page.XPS.XpsMetadata.Property 例でなければなりません。
Option(パラマ IOptionItem[])
新しい PrintTicket オプションのインスタンスを作成します。
public Option(params IOptionItem[] items)Parameters
items IOptionItem
( )
Aspose.Page.XPS.XpsMetadata.IOptionItem インスタンスの任意の順序。それぞれが Aspose.Page.XPS.XpsMetadata.ScoredProperty または Aspose.Page.XPS.XpsMetadata.Property 例でなければなりません。
Option(Option)
クローンオプションの例を作成します。
public Option(Option option)Parameters
option Option
クローンするためのオプションです。
Methods
Add(パラマ IOptionItem[])
このオプションのアイテムリストの終わりにアイテムリストを追加します。それぞれ Aspose.Page.XPS.XpsMetadata.ScoredProperty または Aspose.Page.XPS.XpsMetadata.Property の例でなければなりません。
public void Add(params IOptionItem[] items)Parameters
items IOptionItem
( )
追加する項目のリスト
MakeConst()
この例を継続的にする、すなわち Add() メソッドへの呼びかけは例外を投げます。
protected Option MakeConst()Returns
このオプション。