PrintConfig\PrintSchemaShim.cs (16)
110public static bool TryEmbedDevMode(InternalPrintTicket ticket, string oemDriverNamespace, DevMode devMode)
151public static DevMode TryGetEmbeddedDevMode(InternalPrintTicket ticket, string oemDriverNamespace)
187public static void CopyDevModeToTicket(InternalPrintTicket baseTicket, DevMode deltaDevMode, PrintTicketScope scope, DevModeFields supportedFields)
279public static void CopyTicketToDevMode(DevMode baseDevMode, InternalPrintTicket deltaTicket, PrintTicketScope scope, DevModeFields supportedFields)
455private static string EnsurePrefixForTicket(InternalPrintTicket ticket, string xmlNamespace)
510private static void SetCollation(InternalPrintTicket ticket, DevModeCollate devModeCollate)
529private static void SetOutputColor(InternalPrintTicket ticket, DevModeColor devModeColor)
554private static void SetCopies(InternalPrintTicket ticket, short devModeCopies)
568private static void SetDuplexing(InternalPrintTicket ticket, DevModeDuplex devModeDuplex)
633private static void SetInputBin(InternalPrintTicket ticket, PrintTicketScope scope, short devModePaperSouceCode)
720private static void SetPageMediaSize(InternalPrintTicket ticket, DevModeFields devModeFields, short devModePaperSource, short devModePaperWidth, short devModePaperHeight, string devModeFormName)
901private static void SetPageMediaType(InternalPrintTicket ticket, uint devModeMediaTypeCode)
945private static void SetOrientation(InternalPrintTicket ticket, DevModeOrientation devModeOrientation)
970private static void SetPageResolution(InternalPrintTicket ticket, DevModeFields devModeFields, short devModeXResolution, short devModeYResolution)
1058private static void SetScale(InternalPrintTicket ticket, short devModeScale)
1080private static void SetTrueTypeFontOption(InternalPrintTicket ticket, DevModeTrueTypeOption devModeTrueTypeOption)