Aspose.Page.XPS.XpsMetadata

The Aspose.Page.Xps.XpsMetadata namespace provides classes that describe metadata of XPS document.

Classes

ClassDescription
CollateThe base class for DocumentCollate and JobCollateAllDocuments features classes.
CompositePrintTicketElementThe base class for classes that may be composite Print Schema elements (i.e. containing other elements).
DecimalValueThe class that incapsulates a Decimal value in a PrintTicket document.
DocumentBannerSheetDescribes the banner sheet to be output for a particular document. The banner sheet should be output on the default PageMediaSize and using the default PageMediaType. The banner sheet should be also isolated from the remainder of the job. This means that any finishing or processing options (such as DocumentDuplex, DocumentStaple, or DocumentBinding) should not include the banner sheet. The banner sheet may or may not be isolated from the remainder of the job. This means that any job finishing or processing options, may include the document banner sheet. The banner sheet should occur as the first sheet of the document. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentbannersheet
DocumentBannerSheetSourceSpecifies the source for a custom banner sheet. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentbannersheetsource
DocumentBindingDescribes the method of binding. Each document is bound separately. DocumentBinding and JobBindAllDocuments are mutually exclusive. It is up to the driver to determine constraint handling between keywords. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentbinding
DocumentBindingGutterSpecifies the width of the binding gutter. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentbindinggutter
DocumentCollateDescribes the collating characteristics of the output. All pages in each individual document are collated. DocumentCollate and JobCollateAlldocuments are mutually exclusive. The behavior and implementation of whether both or only one of these keywords is implemented is left to the driver. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentcollate
DocumentCopiesAllPagesSpecifies the number of copies of a document. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentcopiesallpages
DocumentCoverBackDescribes the back (ending) cover sheet. Each document will have a separate sheet. The cover sheet should be printed on the PageMediaSize and PageMediaType used for the final page of the document. The cover sheet should be integrated into processing options (such as DocumentDuplex, DocumentNUp) as indicated by the Option specified. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentcoverback
DocumentCoverBackSourceSpecifies the source for a custom back-cover sheet. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentcoverbacksource
DocumentCoverFrontDescribes the front (beginning) cover sheet. Each document will have a separate sheet. The cover sheet should be printed on the PageMediaSize and PageMediaType used for the first page of the document. The cover sheet should be integrated into processing options (such as DocumentDuplex, DocumentNUp) as indicated by the Option specified. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentcoverfront
DocumentCoverFrontSourceSpecifies the source for a custom front-cover sheet. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentcoverfrontsource
DocumentDuplexDescribes the duplex characteristics of the output. The duplex feature allows for printing on both sides of the media. Each document is duplexed separately. DocumentDuplex and JobDuplexAllDocumentsContiguously are mutually exclusive. It is up to the driver to determine constraint handling between these keywords. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentduplex
DocumentHolePunchDescribes the hole punching characteristics of the output. Each document is punched separately. The JobHolePunch and DocumentHolePunch keywords are mutually exclusive. Both should not be specified simultaneously in a PrintTicket or Print Capabilities document. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentholepunch
DocumentIDSpecifies a unique ID for the document. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentid
DocumentImpositionColorApplication content labeled with the specified named color MUST appear on all color separations. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentimpositioncolor
DocumentInputBinDescribes the installed input bin in a device or the full list of supported bins for a device. The JobInputBin, DocumentInputBin, and PageInputBin keywords are mutually exclusive. Both should not be specified simultaneously in a PrintTicket or Print Capabilities document. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentinputbin
DocumentNameSpecifies a descriptive name for the document. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentname
DocumentNUpDescribes the output and format of multiple logical pages to a single physical sheet. Each document is compiled separately.
DocumentOutputBinDescribes the full list of supported bins for the device. Allows specification of output bin on a per document basis. The JobOutputBin, DocumentOutputBin and PageOutputBin keywords are mutually exclusive only one should be specified in a PrintTicket or Print Capabilities document. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentoutputbin
DocumentPageRangesDescribes the output range of the document in pages. The parameter value must conform to the following structure: - PageRangeText: “PageRange” or “PageRange,PageRange” - PageRange: “PageNumber” or “PageNumber-PageNumber” - PageNumber: 1 to N, where N is the number of pages in the document.If PageNumber > N, then PageNumber = N. Whitespace in the string should be ignored. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentpageranges
DocumentPrintTicketThe class that incapsulates a document-level print ticket.
DocumentRollCutDescribes the cutting method for roll paper. Each document is handled separately. The specified options describe the different methods for roll cut. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentrollcut
DocumentSeparatorSheetDescribes the separator sheet usage for a document. Separator sheets should appear in the output as indicated by the Option specified below. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentseparatorsheet
DocumentStapleDescribes the stapling characteristics of the output. Each document is stapled separately. The JobStapleAllDocuments and DocumentStaple keywords are mutually exclusive. It is up to the driver to determine constraint handling between these keywords. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentstaple
DocumentURISpecifies a uniform resource identifier (URI) for the document. https://docs.microsoft.com/en-us/windows/win32/printdocs/documenturi
DuplexThe base class for JobDuplexAllDocumentsContiguously and DocumentDuplex features classes.
FeatureThe class that incapsulates a common Print Schema feature. The base class for all schema-defined features. A
HolePunchThe base class for JobHolePunch and DocumentHolePunch features classes.
IDPropertyThe base class for JobID and DocumentID properties classes.
InputBinThe base class for JobInputBin, DocumentInputBin and PageInputBin features classes.
IntegerParameterInitBase class for all integer parameter initializers.
IntegerValueThe class that incapsulates an Integer value in a PrintTicket document.
JobAccountingSheetDescribes the accounting sheet to be output for the job. The accounting sheet should be output on the default PageMediaSize and using the default PageMediaType. The accounting sheet should to be isolated from the remainder of the job. This means that any finishing or processing options (such as
JobBindAllDocumentsDescribes the method of binding. All documents in the job are bound together. JobBindAllDocuments and DocumentBinding are mutually exclusive. It is up to the driver to determine constraint handling between these keywords. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobbindalldocuments
JobBindAllDocumentsGutterSpecifies the width of the binding gutter. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobbindalldocumentsgutter
JobCollateAllDocumentsDescribes the collating characteristics of the output. All documents in each individual job are collated. DocumentCollate and JobCollateAllDocuments are mutually exclusive. The behavior and implementation of whether both or only one of these keywords is implemented is left to the driver. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobcollatealldocuments
JobCommentSpecifies a comment associated with the job. Example: “Please deliver to room 1234 when completed”. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobcomment
JobCopiesAllDocumentsSpecifies the number of copies of a job. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobcopiesalldocuments
JobDeviceLanguageDescribes the device languages supported for sending data from driver to physical device. This is often called “Page Description Language”. This keyword defines what page description language is supported by the driver and physical device. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobdevicelanguage
JobDigitalSignatureProcessingDescribes configuring the digital signature processing for the entire job. Applicable only to content that contains digital signatures. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobdigitalsignatureprocessing
JobDuplexAllDocumentsContiguouslyDescribes the duplex characteristics of the output. The duplex feature allows for printing on both sides of the media. All Documents in the job are duplexed together contiguously. JobDuplexAllDocumentsContiguously and DocumentDuplex are mutually exclusive. It is up to the driver to determine constraint handling between these keywords. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobduplexalldocumentscontiguously
JobErrorSheetDescribes the error sheet output. The entire job will have a single error sheet. The error sheet should be output on the default PageMediaSize and using the default PageMediaType. The error sheet should to be isolated from the remainder of the job. This means that any finishing or processing options (such as
JobErrorSheetSourceSpecifies the source for a custom error sheet. https://docs.microsoft.com/en-us/windows/win32/printdocs/joberrorsheetsource
JobHolePunchDescribes the hole punching characteristics of the output. All documents are punched together. The JobHolePunch and DocumentHolePunch keywords are mutually exclusive. Both should not be specified simultaneously in a PrintTicket or Print Capabilities document. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobholepunch
JobIDSpecifies a unique ID for the job. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobid
JobInputBinDescribes the installed input bin in a device or the full list of supported bins for a device. Allows specification of input bin on a per job basis. The JobInputBin, DocumentInputBin, and PageInputBin keywords are mutually exclusive. Both should not be specified simultaneously in a PrintTicket or Print Capabilities document. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobinputbin
JobNameSpecifies a descriptive name for the job. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobname
JobNUpAllDocumentsContiguouslyDescribes the output of multiple logical pages to a single physical sheet. All documents in the job are compiled together contiguously. JobNUpAllDocumentsContiguously and DocumentNUp are mutually exclusive. It is up to the driver to determine constraint handling between these keywords. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobnupalldocumentscontiguously
JobOptimalDestinationColorProfileSpecifies the optimal color profile given the current device configuration. https://docs.microsoft.com/en-us/windows/win32/printdocs/joboptimaldestinationcolorprofile
JobOutputBinDescribes the installed output bin in a device or the full list of supported bins for a device. The JobOutputBin, DocumentOutputBin and PageOutputBin keywords are mutually exclusive only one should be specified in a PrintTicket or Print Capabilities document. https://docs.microsoft.com/en-us/windows/win32/printdocs/joboutputbin
JobOutputOptimizationDescribes the job processing, intended to optimize the output for particular use scenarios as indicated by the option specified. https://docs.microsoft.com/en-us/windows/win32/printdocs/joboutputoptimization
JobPageOrderDefines the order of physical pages for the output. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobpageorder
JobPrimaryBannerSheetDescribes the banner sheet to be output for the job. The banner sheet should be output on the default PageMediaSize and using the default PageMediaType. The banner sheet should be isolated from the remainder of the job. This means that any finishing or processing options (such as JobDuplexAllDocumentsContiguously, JobStapleAllDocuments, or JobBindAllDocuments) should not include the banner sheet. The banner sheet should occur as the first sheet of the job.
JobPrimaryBannerSheetSourceSpecifies the source for a primary custom banner sheet for the job. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobprimarybannersheetsource
JobPrimaryCoverBackDescribes the back (ending) cover sheet. Each job will have a separate primary sheet. The cover sheet should be printed on the PageMediaSize and PageMediaType used for the final page of the job. The cover sheet should be integrated into processing options (such as JobDuplexAllDocumentsContiguously, JobNUpAllDocumentsContiguously) as indicated by the Option specified. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobprimarycoverback
JobPrimaryCoverBackSourceSpecifies the source for a custom back-cover primary sheet for the job. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobprimarycoverbacksource
JobPrimaryCoverFrontDescribes the front (beginning) cover sheet. The entire job will have a single primary sheet. The cover sheet should be printed on the PageMediaSize and PageMediaType used for the first page of the job. The cover sheet should be integrated into processing options (such as JobDuplexAllDocumentsContiguously, JobNUpAllDocumentsContiguously) as indicated by the Option specified. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobprimarycoverfront
JobPrimaryCoverFrontSourceSpecifies the source for a custom front-cover primary sheet for the job. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobprimarycoverfrontsource
JobPrintTicketThe class that incapsulates a job-level print ticket.
JobRollCutAtEndOfJobDescribes the cutting method for roll paper. The roll should be cut at the end of the job. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobrollcutatendofjob
JobStapleAllDocumentsDescribes the stapling characteristics of the output. All documents in the job are stapled together. The JobStapleAllDocuments and DocumentStaple keywords are mutually exclusive. It is up to the driver to determine constraint handling between these keywords. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobstaplealldocuments
JobURISpecifies a uniform resource identifier (URI) for the document. https://docs.microsoft.com/en-us/windows/win32/printdocs/joburi
NamePropertyThe base class for JobName and DocumentName properties classes.
NUpThe base class for JobNUpAllDocumentsContiguously and DocumentNUp features classes.
OptionThe class that implements a common PrintTicket
OutputBinThe base class for JobOutputBin, DocumentOutputBin and PageOutputBin features classes.
PageBlackGenerationProcessingSpecifies black generation behavior for CMYK separations. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageblackgenerationprocessing
PageBlackGenerationProcessingBlackInkLimitApplication content labeled with the specified named color MUST appear on all color separations. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageblackgenerationprocessingblackinklimit
PageBlackGenerationProcessingGrayComponentReplacementExtentDescribes the extented beyond neutrals (into chromatic colors) that GCR applies. 0% = Uniform component replacement, 100% = Gray component replacement. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageblackgenerationprocessinggraycomponentreplacementextent
PageBlackGenerationProcessingGrayComponentReplacementLevelSpecifies the percentage of gray component replacement to perform. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageblackgenerationprocessinggraycomponentreplacementlevel
PageBlackGenerationProcessingGrayComponentReplacementStartDescribes the point in the “highlight to shadow” range where GCR should start (100% darkest shadow). https://docs.microsoft.com/en-us/windows/win32/printdocs/pageblackgenerationprocessinggraycomponentreplacementstart
PageBlackGenerationProcessingTotalInkCoverageLimitSpecifies the maximum allowed sum of the four ink coverage anywhere in an image. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageblackgenerationprocessingtotalinkcoveragelimit
PageBlackGenerationProcessingUnderColorAdditionLevelDescribes the amount chromatic ink (in gray component ratios) to add to areas where GCR/UCR has generated “BlackInkLimit” (or UCAStart, if specified) in the dark neutrals and near-neutral areas. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageblackgenerationprocessingundercoloradditionlevel
PageBlackGenerationProcessingUnderColorAdditionStartDescribes the shadow level below which UCA will be applied. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageblackgenerationprocessingundercoloradditionstart
PageBlendColorSpaceDescribes the color space that should be used for blending operations. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageblendcolorspace
PageBlendColorSpaceICCProfileURISpecifies a relative URI reference to an ICC profile defining the color space that SHOULD be used for blending. The <Uri> is an absolute part_name relative to the package root. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageblendcolorspaceiccprofileuri
PageBorderlessDescribes when image content should be printed to the physical edges of the media. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageborderless
PageColorManagementConfigures color management for the current page. This is considered automatic in SHIM - DM_ICMMethod Add System. Describes what component should perform color management (i.e. Driver). https://docs.microsoft.com/en-us/windows/win32/printdocs/pagecolormanagement
PageCopiesSpecifies the number of copies of a page. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagecopies
PageDestinationColorProfileDefines the characteristics of the destination color profile. Describes whether the application or driver selects the destination color profile to be used. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagedestinationcolorprofile
PageDestinationColorProfileEmbeddedSpecifies the embedded destination color profile. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagedestinationcolorprofileembedded
PageDestinationColorProfileURISpecifies a relative URI reference to an ICC profile contained in an XPS Document. The processing of this option depends of the setting of the PageDeviceColorSpaceUsage feature. All elements using that profile are assumed to be already in the appropriate device color space, and will not be color managed in the driver or device. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagedestinationcolorprofileuri
PageDeviceColorSpaceProfileURISpecifies a relative URI to the package root to an ICC profile contained in an XPS Document. The processing of this option depends of the setting of the PageDeviceColorSpaceUsage feature. All elements using that profile are assumed to be already in the appropriate device color space, and will not be color managed in the driver or device. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagedevicecolorspaceprofileuri
PageDeviceColorSpaceUsageIn conjunction with the PageDeviceColorSpaceProfileURI parameter, this parameter defines the rendering behavior for elements presented in a device color space. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagedevicecolorspaceusage
PageDeviceFontSubstitutionDescribes the enabled/disabled state of device font substitution. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagedevicefontsubstitution
PageForceFrontSideForces the output to appear on the front of a media sheet. Relevant to media sheets with different surfaces on each side. In cases where this feature interferes with processing options (such as DocumentDuplex),
PageICMRenderingIntentDescribes the rendering intent as defined by the ICC v2 Specification. This value should be ignored if an image or graphical element has an embedded profile that specifies the Rendering intent. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageicmrenderingintent
PageImageableSizeDescribes the imaged canvas for layout and rendering. This will be reported based on PageMediaSize and PageOrientation. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageimageablesize
PageInputBinDescribes the installed input bin in a device or the full list of supported bins for a device. Allows specification of input bin on a per page basis. The JobInputBin, DocumentInputBin and PageInputBin keywords are mutually exclusive. Both should not be specified simultaneously in a PrintTicket or Print Capabilities document. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageinputbin
PageMediaColorDescribes the Media Color options and the characteristics of each option. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagemediacolor
PageMediaSizeDescribes the physical media dimensions used for the output. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagemediasize
PageMediaSizeMediaSizeHeightSpecifies the dimension
PageMediaSizeMediaSizeWidthSpecifies the dimension
PageMediaSizePSHeightSpecifies the height of the page, parallel to the feed-orientation direction. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagemediasizepsheight
PageMediaSizePSHeightOffsetSpecifies the offset, parallel to the feed-orientation direction. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagemediasizepsheightoffset
PageMediaSizePSOrientationSpecifies the orientation relative to the feed-orientation direction https://docs.microsoft.com/en-us/windows/win32/printdocs/pagemediasizepsorientation
PageMediaSizePSWidthSpecifies the width of the page perpendicular to the feed-orientation direction. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagemediasizepswidth
PageMediaSizePSWidthOffsetSpecifies the offset perpendicular to the feed-orientation direction. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagemediasizepswidthoffset
PageMediaTypeDescribes the
PageMirrorImageDescribes the mirroring setting of the output. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagemirrorimage
PageNegativeImageDescribes the negative setting of the output. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagenegativeimage
PageOrientationDescribes the orientation of the physical media sheet. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageorientation
PageOutputBinDescribes the full list of supported bins for the device. Allows specification of output bin on a per page basis. The JobOutputBin, DocumentOutputBin and PageOutputBin keywords are mutually exclusive only one should be specified in a PrintTicket or Print Capabilities document. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageoutputbin
PageOutputColorDescribes the characteristics of the color settings for the output. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageoutputcolor
PageOutputQualityDescribes the negative setting of the output. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageoutputquality
PagePhotoPrintingIntentIndicates a high-level intent to the driver for population of photo printing settings. These settings deal with the expected output quality a user may specify when printing photos. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagephotoprintingintent
PagePosterDescribes the output of a single page to multiple physical media sheets. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageposter
PagePrintTicketThe class that incapsulates a page-level print ticket.
PageResolutionDefines the page resolution of printed output as either a qualitative value or as dots per inch, or both. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageresolution
PageScalingDescribes the scaling characteristics of the output. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagescaling
PageScalingOffsetHeightSpecifies the scaling offset in the
PageScalingOffsetWidthSpecifies the scaling offset in the
PageScalingScaleSpecifies the scaling factor for custom square scaling. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagescalingscale
PageScalingScaleHeightSpecifies the scaling factor in the
PageScalingScaleWidthSpecifies the scaling factor in the
PageSourceColorProfileDefines the characteristics of the source color profile. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagesourcecolorprofile
PageSourceColorProfileEmbeddedSpecifies the embedded source color profile.
PageSourceColorProfileURISpecifies the source for color profile.
PageTrueTypeFontModeDescribes the method of TrueType font handling to be used. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagetruetypefontmode
PageWatermarkDescribes the watermark setting of the output and the watermark characteristics. Watermarks apply to the logical page, not the physical page. For example, if DocumentDuplex is enabled, a watermark will appear on each
PageWatermarkOriginHeightSpecifies the origin of a watermark relative to the origin of the
PageWatermarkOriginWidthSpecifies the origin of a watermark relative to the origin of the
PageWatermarkTextAngleSpecifies the angle of the watermark text relative to the
PageWatermarkTextColorDefines the sRGB color for the watermark text. Format is ARGB: #AARRGGBB. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagewatermarktextcolor
PageWatermarkTextFontSizeDefines the available font sizes for the watermark text. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagewatermarktextfontsize
PageWatermarkTextTextSpecifies the text of the watermark. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagewatermarktexttext
PageWatermarkTransparencySpecifies the transparency for the watermark. Fully opaque would have a value of 0. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagewatermarktransparency
ParameterInitThe class that implements a common PrintTicket parameter initializer. The base class for all schema-defined parameter initializers. Defines a value for an instance of a
ParameterRefThe class that implements a common PrintTicket parameter reference. A
PrintTicketThe class that implements a common PrintTicket of any scope. The base class for job-, document- and page-level print tickets. A
PrintTicketElementThe base class for classes that may be Print Schema elements.
PropertyThe class that implements a common PrintTicket
QNameValueThe class that incapsulates a QName value in a PrintTicket document.
RollCutThe base class for JobRollCutAtEndOfJob and DocumentRollCut features classes.
ScoredPropertyThe class that implements a common PrintTicket
SelectionTypeThe convenience class for SelectionType PrintTicket property.
StapleThe base class for JobStapleAllDocuments and DocumentStaple features classes.
StringParameterInitBase class for all string parameter initializers.
StringValueThe class that incapsulates a String value in a PrintTicket document.
URIPropertyThe base class for JobURI and DocumentURI properties classes.
ValueThe base class that incapsulates a Property or a ScoredProperty value in a PrintTicket document. A Value element associates a literal with a type. https://docs.microsoft.com/en-us/windows/win32/printdocs/value

Interfaces

InterfaceDescription
IDocumentPrintTicketItemThe interface of document-prefixed print ticket items.
IFeatureItemThe base interface for classes that may be Print Schema Feature items.
IJobPrintTicketItemThe interface of job-prefixed print ticket items.
IOptionItemThe interface of classes that may be Print Schema Option items.
IPagePrintTicketItemThe interface of page-prefixed print ticket items.
IPrintTicketElementChildThe base interface of a child element of any Print Schema element.
IPrintTicketItemThe base interface for classes that may be PrintTicket root element items. It is also the base interface for interfaces that define a scoping prefix.
IPropertyItemThe base interface for classes that may be a PrintTicket Property items.
IScoredPropertyItemThe base interface for classes that may be PrintTicket ScoredProperty items.