PrintOptionBuilderの サンプル (C#) |
2013-12-28 13:14 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using FooEditEngine;
using Windows.UI.Core;
using Windows.Foundation;
using Windows.Graphics.Printing;
using Win... |
PrintOptionBuilder (C#) |
2013-12-28 13:09 |
印刷プレビューのカスタムオプションを任意のクラスから作成するためのクラス |
サンプル (Plain text) |
2013-12-27 23:24 |
/*
* Copyright (C) 2013 FooProject
* * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of th... |