Aspose::Page::XPS::XpsMetadata Namespace Reference

Classes

class  Collate
 The base class for DocumentCollate and JobCollateAllDocuments features classes. More...
 
class  CompositePrintTicketElement
 The base class for classes that may be composite Print Schema elements (i.e. containing other elements). More...
 
class  DecimalValue
 The class that incapsulates a Decimal value in a PrintTicket document. More...
 
class  DocumentBannerSheet
 Describes 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 More...
 
class  DocumentBannerSheetSource
 Specifies the source for a custom banner sheet. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentbannersheetsource More...
 
class  DocumentBinding
 Describes 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 More...
 
class  DocumentBindingGutter
 Specifies the width of the binding gutter. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentbindinggutter More...
 
class  DocumentCollate
 Describes 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 More...
 
class  DocumentCopiesAllPages
 Specifies the number of copies of a document. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentcopiesallpages More...
 
class  DocumentCoverBack
 Describes 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 More...
 
class  DocumentCoverBackSource
 Specifies the source for a custom back-cover sheet. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentcoverbacksource More...
 
class  DocumentCoverFront
 Describes 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 More...
 
class  DocumentCoverFrontSource
 Specifies the source for a custom front-cover sheet. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentcoverfrontsource More...
 
class  DocumentDuplex
 Describes 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 More...
 
class  DocumentHolePunch
 Describes 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 More...
 
class  DocumentID
 Specifies a unique ID for the document. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentid More...
 
class  DocumentImpositionColor
 Application content labeled with the specified named color MUST appear on all color separations. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentimpositioncolor More...
 
class  DocumentInputBin
 Describes 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 More...
 
class  DocumentName
 Specifies a descriptive name for the document. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentname More...
 
class  DocumentNUp
 Describes the output and format of multiple logical pages to a single physical sheet. Each document is compiled separately.

and JobNUpAllDocumentsContiguously 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/documentnup More...

 
class  DocumentOutputBin
 Describes 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 More...
 
class  DocumentPageRanges
 Describes the output range of the document in pages. The parameter value must conform to the following structure: More...
 
class  DocumentPrintTicket
 The class that incapsulates a document-level print ticket. More...
 
class  DocumentRollCut
 Describes 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 More...
 
class  DocumentSeparatorSheet
 Describes 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 More...
 
class  DocumentStaple
 Describes 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 More...
 
class  DocumentURI
 Specifies a uniform resource identifier (URI) for the document. https://docs.microsoft.com/en-us/windows/win32/printdocs/documenturi More...
 
class  Duplex
 The base class for JobDuplexAllDocumentsContiguously and DocumentDuplex features classes. More...
 
class  Feature
 The class that incapsulates a common Print Schema feature. The base class for all schema-defined features. A

element contains a complete list of the Option and Property elements that fully describe a device attribute, job formatting setting, or other relevant characteristic. https://docs.microsoft.com/en-us/windows/win32/printdocs/feature More...

 
class  HolePunch
 The base class for JobHolePunch and DocumentHolePunch features classes. More...
 
class  IDocumentPrintTicketItem
 The interface of document-prefixed print ticket items. More...
 
class  IDProperty
 The base class for JobID and DocumentID properties classes. More...
 
class  IFeatureItem
 The base interface for classes that may be Print Schema Feature items. More...
 
class  IJobPrintTicketItem
 The interface of job-prefixed print ticket items. More...
 
class  InputBin
 The base class for JobInputBin, DocumentInputBin and PageInputBin features classes. More...
 
class  IntegerParameterInit
 Base class for all integer parameter initializers. More...
 
class  IntegerValue
 The class that incapsulates an Integer value in a PrintTicket document. More...
 
class  IOptionItem
 The interface of classes that may be Print Schema Option items. More...
 
class  IPagePrintTicketItem
 The interface of page-prefixed print ticket items. More...
 
class  IPrintTicketElementChild
 The base interface of a child element of any Print Schema element. More...
 
class  IPrintTicketItem
 The base interface for classes that may be PrintTicket root element items. It is also the base interface for interfaces that define a scoping prefix. More...
 
class  IPropertyItem
 The base interface for classes that may be a PrintTicket Property items. More...
 
class  IScoredPropertyItem
 The base interface for classes that may be PrintTicket ScoredProperty items. More...
 
class  JobAccountingSheet
 Describes 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
JobDuplex

,

JobStaple

, or

JobBinding

) should not include the accounting sheet. The accounting sheet may occur as the first or last page of the job at the implementer's discretion. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobaccountingsheet More...

 
class  JobBindAllDocuments
 Describes 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 More...
 
class  JobBindAllDocumentsGutter
 Specifies the width of the binding gutter. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobbindalldocumentsgutter More...
 
class  JobCollateAllDocuments
 Describes 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 More...
 
class  JobComment
 Specifies a comment associated with the job. Example: "Please deliver to room 1234 when completed". https://docs.microsoft.com/en-us/windows/win32/printdocs/jobcomment More...
 
class  JobCopiesAllDocuments
 Specifies the number of copies of a job. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobcopiesalldocuments More...
 
class  JobDeviceLanguage
 Describes 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 More...
 
class  JobDigitalSignatureProcessing
 Describes 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 More...
 
class  JobDuplexAllDocumentsContiguously
 Describes 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 More...
 
class  JobErrorSheet
 Describes 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
JobDuplex

,

JobStaple

, or

JobBinding

) should not include the error sheet. The error sheet should occur as the final sheet of the job. https://docs.microsoft.com/en-us/windows/win32/printdocs/joberrorsheet More...

 
class  JobErrorSheetSource
 Specifies the source for a custom error sheet. https://docs.microsoft.com/en-us/windows/win32/printdocs/joberrorsheetsource More...
 
class  JobHolePunch
 Describes 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 More...
 
class  JobID
 Specifies a unique ID for the job. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobid More...
 
class  JobInputBin
 Describes 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 More...
 
class  JobName
 Specifies a descriptive name for the job. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobname More...
 
class  JobNUpAllDocumentsContiguously
 Describes 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 More...
 
class  JobOptimalDestinationColorProfile
 Specifies the optimal color profile given the current device configuration. https://docs.microsoft.com/en-us/windows/win32/printdocs/joboptimaldestinationcolorprofile More...
 
class  JobOutputBin
 Describes 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 More...
 
class  JobOutputOptimization
 Describes 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 More...
 
class  JobPageOrder
 Defines the order of physical pages for the output. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobpageorder More...
 
class  JobPrimaryBannerSheet
 Describes 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. More...
 
class  JobPrimaryBannerSheetSource
 Specifies the source for a primary custom banner sheet for the job. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobprimarybannersheetsource More...
 
class  JobPrimaryCoverBack
 Describes 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 More...
 
class  JobPrimaryCoverBackSource
 Specifies the source for a custom back-cover primary sheet for the job. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobprimarycoverbacksource More...
 
class  JobPrimaryCoverFront
 Describes 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 More...
 
class  JobPrimaryCoverFrontSource
 Specifies the source for a custom front-cover primary sheet for the job. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobprimarycoverfrontsource More...
 
class  JobPrintTicket
 The class that incapsulates a job-level print ticket. More...
 
class  JobRollCutAtEndOfJob
 Describes 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 More...
 
class  JobStapleAllDocuments
 Describes 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 More...
 
class  JobURI
 Specifies a uniform resource identifier (URI) for the document. https://docs.microsoft.com/en-us/windows/win32/printdocs/joburi More...
 
class  NameProperty
 The base class for JobName and DocumentName properties classes. More...
 
class  NamespaceDoc
 The Aspose.Page.Xps.XpsMetadata namespace provides classes that describe metadata of XPS document. More...
 
class  NUp
 The base class for JobNUpAllDocumentsContiguously and DocumentNUp features classes. More...
 
class  Option
 The class that implements a common PrintTicket

. The base class for all schema-defined options. An Option element contains all of the Property and ScoredProperty elements associated with this option. https://docs.microsoft.com/en-us/windows/win32/printdocs/option More...

 
class  OutputBin
 The base class for JobOutputBin, DocumentOutputBin and PageOutputBin features classes. More...
 
class  PageBlackGenerationProcessing
 Specifies black generation behavior for CMYK separations. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageblackgenerationprocessing More...
 
class  PageBlackGenerationProcessingBlackInkLimit
 Application content labeled with the specified named color MUST appear on all color separations. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageblackgenerationprocessingblackinklimit More...
 
class  PageBlackGenerationProcessingGrayComponentReplacementExtent
 Describes 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 More...
 
class  PageBlackGenerationProcessingGrayComponentReplacementLevel
 Specifies the percentage of gray component replacement to perform. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageblackgenerationprocessinggraycomponentreplacementlevel More...
 
class  PageBlackGenerationProcessingGrayComponentReplacementStart
 Describes 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 More...
 
class  PageBlackGenerationProcessingTotalInkCoverageLimit
 Specifies the maximum allowed sum of the four ink coverage anywhere in an image. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageblackgenerationprocessingtotalinkcoveragelimit More...
 
class  PageBlackGenerationProcessingUnderColorAdditionLevel
 Describes 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 More...
 
class  PageBlackGenerationProcessingUnderColorAdditionStart
 Describes the shadow level below which UCA will be applied. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageblackgenerationprocessingundercoloradditionstart More...
 
class  PageBlendColorSpace
 Describes the color space that should be used for blending operations. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageblendcolorspace More...
 
class  PageBlendColorSpaceICCProfileURI
 Specifies 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 More...
 
class  PageBorderless
 Describes when image content should be printed to the physical edges of the media. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageborderless More...
 
class  PageColorManagement
 Configures 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 More...
 
class  PageCopies
 Specifies the number of copies of a page. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagecopies More...
 
class  PageDestinationColorProfile
 Defines 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 More...
 
class  PageDestinationColorProfileEmbedded
 Specifies the embedded destination color profile. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagedestinationcolorprofileembedded More...
 
class  PageDestinationColorProfileURI
 Specifies 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 More...
 
class  PageDeviceColorSpaceProfileURI
 Specifies 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 More...
 
class  PageDeviceColorSpaceUsage
 In 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 More...
 
class  PageDeviceFontSubstitution
 Describes the enabled/disabled state of device font substitution. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagedevicefontsubstitution More...
 
class  PageForceFrontSide
 Forces 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),

takes precedence for the specific page to which the feature applies. More...

 
class  PageICMRenderingIntent
 Describes 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 More...
 
class  PageImageableSize
 Describes 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 More...
 
class  PageInputBin
 Describes 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 More...
 
class  PageMediaColor
 Describes the Media Color options and the characteristics of each option. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagemediacolor More...
 
class  PageMediaSize
 Describes the physical media dimensions used for the output. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagemediasize More...
 
class  PageMediaSizeMediaSizeHeight
 Specifies the dimension
MediaSizeWidth

direction for the Custom

MediaSize

option. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagemediasizemediasizeheight More...

 
class  PageMediaSizeMediaSizeWidth
 Specifies the dimension
MediaSizeHeight

direction for the Custom

MediaSize

option. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagemediasizemediasizewidth More...

 
class  PageMediaSizePSHeight
 Specifies the height of the page, parallel to the feed-orientation direction. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagemediasizepsheight More...
 
class  PageMediaSizePSHeightOffset
 Specifies the offset, parallel to the feed-orientation direction. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagemediasizepsheightoffset More...
 
class  PageMediaSizePSOrientation
 Specifies the orientation relative to the feed-orientation direction https://docs.microsoft.com/en-us/windows/win32/printdocs/pagemediasizepsorientation More...
 
class  PageMediaSizePSWidth
 Specifies the width of the page perpendicular to the feed-orientation direction. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagemediasizepswidth More...
 
class  PageMediaSizePSWidthOffset
 Specifies the offset perpendicular to the feed-orientation direction. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagemediasizepswidthoffset More...
 
class  PageMediaType
 Describes the
MediaType

options and the characteristics of each option. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagemediatype More...

 
class  PageMirrorImage
 Describes the mirroring setting of the output. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagemirrorimage More...
 
class  PageNegativeImage
 Describes the negative setting of the output. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagenegativeimage More...
 
class  PageOrientation
 Describes the orientation of the physical media sheet. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageorientation More...
 
class  PageOutputBin
 Describes 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 More...
 
class  PageOutputColor
 Describes the characteristics of the color settings for the output. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageoutputcolor More...
 
class  PageOutputQuality
 Describes the negative setting of the output. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageoutputquality More...
 
class  PagePhotoPrintingIntent
 Indicates 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 More...
 
class  PagePoster
 Describes the output of a single page to multiple physical media sheets. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageposter More...
 
class  PagePrintTicket
 The class that incapsulates a page-level print ticket. More...
 
class  PageResolution
 Defines 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 More...
 
class  PageScaling
 Describes the scaling characteristics of the output. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagescaling More...
 
class  PageScalingOffsetHeight
 Specifies the scaling offset in the
ImageableSizeWidth

direction for custom scaling. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagescalingoffsetheight More...

 
class  PageScalingOffsetWidth
 Specifies the scaling offset in the
ImageableSizeWidth

direction for custom scaling. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagescalingoffsetwidth More...

 
class  PageScalingScale
 Specifies the scaling factor for custom square scaling. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagescalingscale More...
 
class  PageScalingScaleHeight
 Specifies the scaling factor in the
ImageableSizeHeight

direction for custom scaling. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagescalingscaleheight More...

 
class  PageScalingScaleWidth
 Specifies the scaling factor in the
ImageableSizeWidth

direction for custom scaling. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagescalingscalewidth More...

 
class  PageSourceColorProfile
 Defines the characteristics of the source color profile. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagesourcecolorprofile More...
 
class  PageSourceColorProfileEmbedded
 Specifies the embedded source color profile. More...
 
class  PageSourceColorProfileURI
 Specifies the source for color profile. More...
 
class  PageTrueTypeFontMode
 Describes the method of TrueType font handling to be used. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagetruetypefontmode More...
 
class  PageWatermark
 Describes 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
NUp

page on each sheet. If DocumentDuplex,

PagesPerSheet

=2, then each sheet will have 2 watermarks. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagewatermark More...

 
class  PageWatermarkOriginHeight
 Specifies the origin of a watermark relative to the origin of the
PageImageableSize

. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagewatermarkoriginheight More...

 
class  PageWatermarkOriginWidth
 Specifies the origin of a watermark relative to the origin of the
PageImageableSize

. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagewatermarkoriginwidth More...

 
class  PageWatermarkTextAngle
 Specifies the angle of the watermark text relative to the
PageImageableSizeWidth

direction. The angle is measured in the counter-clockwise direction. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagewatermarktextangle More...

 
class  PageWatermarkTextColor
 Defines the sRGB color for the watermark text. Format is ARGB: #AARRGGBB. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagewatermarktextcolor More...
 
class  PageWatermarkTextFontSize
 Defines the available font sizes for the watermark text. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagewatermarktextfontsize More...
 
class  PageWatermarkTextText
 Specifies the text of the watermark. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagewatermarktexttext More...
 
class  PageWatermarkTransparency
 Specifies the transparency for the watermark. Fully opaque would have a value of 0. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagewatermarktransparency More...
 
class  ParameterInit
 The 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
ParameterDef

element. A

element is the target of the reference made by a ParameterRef element. https://docs.microsoft.com/en-us/windows/win32/printdocs/parameterinit More...

 
class  ParameterRef
 The class that implements a common PrintTicket parameter reference. A

element defines a reference to a ParameterInit element. A ScoredProperty element that contains a ParameterRef element does not have an explicitly-set Value element. Instead, the ScoredProperty element receives its value from the ParameterInit element referenced by a

element. https://docs.microsoft.com/en-us/windows/win32/printdocs/parameterref More...

 
class  PrintTicket
 The class that implements a common PrintTicket of any scope. The base class for job-, document- and page-level print tickets. A

element is the root element of the PrintTicket document. A

element contains all job formatting information required to output a job. https://docs.microsoft.com/en-us/windows/win32/printdocs/printticket More...

 
class  PrintTicketElement
 The base class for classes that may be Print Schema elements. More...
 
class  Property
 The class that implements a common PrintTicket

. The base class for all schema-defined properties. A

element declares a device, job formatting, or other relevant property whose name is given by its name attribute. A Value element is used to assign a value to the

. A

can be complex, possibly containing multiple subproperties. Subproperties are also represented by

elements. https://docs.microsoft.com/en-us/windows/win32/printdocs/property More...

 
class  QNameValue
 The class that incapsulates a QName value in a PrintTicket document. More...
 
class  RollCut
 The base class for JobRollCutAtEndOfJob and DocumentRollCut features classes. More...
 
class  ScoredProperty
 The class that implements a common PrintTicket

. The base class for all schema-defined scored properties. A

element declares a property that is intrinsic to an Option definition. Such properties should be compared when evaluating how closely a requested Option matches a device-supported Option. https://docs.microsoft.com/en-us/windows/win32/printdocs/scoredproperty More...

 
class  SelectionType
 The convenience class for SelectionType PrintTicket property. More...
 
class  Staple
 The base class for JobStapleAllDocuments and DocumentStaple features classes. More...
 
class  StringParameterInit
 Base class for all string parameter initializers. More...
 
class  StringValue
 The class that incapsulates a String value in a PrintTicket document. More...
 
class  URIProperty
 The base class for JobURI and DocumentURI properties classes. More...
 
class  Value
 The 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 More...