5 writes to Value
ReachFramework (5)
PrintConfig\PrintSchemaShim.cs (4)
1086ticket.PageTrueTypeFontMode.Value = TrueTypeFontMode.Automatic; 1093ticket.PageTrueTypeFontMode.Value = TrueTypeFontMode.RenderAsBitmap; 1100ticket.PageTrueTypeFontMode.Value = TrueTypeFontMode.DownloadAsNativeTrueTypeFont; 1107ticket.PageTrueTypeFontMode.Value = TrueTypeFontMode.DownloadAsOutlineFont;
PrintConfig\PrtTicket_Public_Simple.cs (1)
1595_printTicket.PageTrueTypeFontMode.Value = (TrueTypeFontMode)cacheValue;
4 references to Value
ReachFramework (4)
PrintConfig\PageTrueTypeFont.cs (1)
270return Value.ToString();
PrintConfig\PrintSchemaShim.cs (2)
295&& (deltaTicket.PageDeviceFontSubstitution.Value != DeviceFontSubstitution.Unknown || deltaTicket.PageTrueTypeFontMode.Value != TrueTypeFontMode.Unknown)) 300deltaTicket.PageTrueTypeFontMode.Value);
PrintConfig\PrtTicket_Public_Simple.cs (1)
1318_printTicket.PageTrueTypeFontMode.Value);