このトピックでは、C1PrintDocumentコントロールの基本的な機能をサンプルコードと画像で紹介します。
このトピックのサンプルコードを実行するには、下記のコードを記述して名前空間をインポートする必要があります。
サンプルコード(VB) |
コードのコピー
|
---|---|
Imports C1.C1Preview Imports C1.C1Report Imports System Imports System.Collections.Generic Imports System.Drawing Imports System.Drawing.Drawing2D Imports System.Drawing.Printing |
サンプルコード(C#) |
コードのコピー
|
---|---|
using C1.C1Preview; using C1.C1Report; using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.Printing; |