5 writes to Value
ReachFramework (5)
PrintConfig\PrintSchemaShim.cs (4)
1085ticket.PageTrueTypeFontMode.Value = TrueTypeFontMode.Automatic; 1092ticket.PageTrueTypeFontMode.Value = TrueTypeFontMode.RenderAsBitmap; 1099ticket.PageTrueTypeFontMode.Value = TrueTypeFontMode.DownloadAsNativeTrueTypeFont; 1106ticket.PageTrueTypeFontMode.Value = TrueTypeFontMode.DownloadAsOutlineFont;
PrintConfig\PrtTicket_Public_Simple.cs (1)
1594_printTicket.PageTrueTypeFontMode.Value = (TrueTypeFontMode)cacheValue;
4 references to Value
ReachFramework (4)
PrintConfig\PageTrueTypeFont.cs (1)
271return Value.ToString();
PrintConfig\PrintSchemaShim.cs (2)
294&& (deltaTicket.PageDeviceFontSubstitution.Value != DeviceFontSubstitution.Unknown || deltaTicket.PageTrueTypeFontMode.Value != TrueTypeFontMode.Unknown)) 299deltaTicket.PageTrueTypeFontMode.Value);
PrintConfig\PrtTicket_Public_Simple.cs (1)
1317_printTicket.PageTrueTypeFontMode.Value);