Class Option

Class Option

Název místa: Aspose.Page.XPS.XpsMetadata Shromáždění: Aspose.Page.dll (25.5.0)

Třída, která realizuje společný PrintTicket Option.Základní třída pro všechny schématicky definované možnosti.Možnost prvek obsahuje všechny Aspose.Page.XPS.XpsMetadata.Property aAspose.Page.XPS.XpsMetadata.ScoredProperty prvky spojené s touto možnost.https://docs.microsoft.com/en-us/windows/win32/printdocs/opce

public class Option : CompositePrintTicketElement, IFeatureItem, IPrintTicketElementChild

Inheritance

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

Dědiční členové

PrintTicketElement.Name , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

Option(String, parámy IOptionItem[])

Vytvořte novou možnost PrintTicket.

public Option(string name, params IOptionItem[] items)

Parameters

name string

Jméno volitelné volby.

items IOptionItem []a[]

Přímá řada příkladů Aspose.Page.XPS.XpsMetadata.IOptionItem.Každý z nich musí být Aspose.Page.XPS.XpsMetadata.ScoredProperty nebo Aspose.Page.XPS.XpsMetadata.Property příklad.

Option(Parámy IOptionItem[])

Vytvořte novou možnost PrintTicket.

public Option(params IOptionItem[] items)

Parameters

items IOptionItem []a[]

Přímá řada příkladů Aspose.Page.XPS.XpsMetadata.IOptionItem.Každý z nich musí být Aspose.Page.XPS.XpsMetadata.ScoredProperty nebo Aspose.Page.XPS.XpsMetadata.Property příklad.

Option(Option)

Vytvořte klonovou možnost.

public Option(Option option)

Parameters

option Option

Možnost klonován.

Methods

Add(Parámy IOptionItem[])

Přidejte seznam položek na konci seznamu položek této možnosti.Každý z nich musí být Aspose.Page.XPS.XpsMetadata.ScoredProperty nebo Aspose.Page.XPS.XpsMetadata.Property příklad.

public void Add(params IOptionItem[] items)

Parameters

items IOptionItem []a[]

Seznam položek k přidán.

MakeConst()

Učiní tento příklad konstantním, to znamená, že jakýkoliv volání k metodu Add() hodí výjimku.

protected Option MakeConst()

Returns

Option

Tato možnost.

 Čeština