PrintConfig\PrintSchemaShim.cs (16)
109public static bool TryEmbedDevMode(InternalPrintTicket ticket, string oemDriverNamespace, DevMode devMode)
150public static DevMode TryGetEmbeddedDevMode(InternalPrintTicket ticket, string oemDriverNamespace)
186public static void CopyDevModeToTicket(InternalPrintTicket baseTicket, DevMode deltaDevMode, PrintTicketScope scope, DevModeFields supportedFields)
278public static void CopyTicketToDevMode(DevMode baseDevMode, InternalPrintTicket deltaTicket, PrintTicketScope scope, DevModeFields supportedFields)
454private static string EnsurePrefixForTicket(InternalPrintTicket ticket, string xmlNamespace)
509private static void SetCollation(InternalPrintTicket ticket, DevModeCollate devModeCollate)
528private static void SetOutputColor(InternalPrintTicket ticket, DevModeColor devModeColor)
553private static void SetCopies(InternalPrintTicket ticket, short devModeCopies)
567private static void SetDuplexing(InternalPrintTicket ticket, DevModeDuplex devModeDuplex)
632private static void SetInputBin(InternalPrintTicket ticket, PrintTicketScope scope, short devModePaperSouceCode)
719private static void SetPageMediaSize(InternalPrintTicket ticket, DevModeFields devModeFields, short devModePaperSource, short devModePaperWidth, short devModePaperHeight, string devModeFormName)
900private static void SetPageMediaType(InternalPrintTicket ticket, uint devModeMediaTypeCode)
944private static void SetOrientation(InternalPrintTicket ticket, DevModeOrientation devModeOrientation)
969private static void SetPageResolution(InternalPrintTicket ticket, DevModeFields devModeFields, short devModeXResolution, short devModeYResolution)
1057private static void SetScale(InternalPrintTicket ticket, short devModeScale)
1079private static void SetTrueTypeFontOption(InternalPrintTicket ticket, DevModeTrueTypeOption devModeTrueTypeOption)