첨부 실행 코드는 나눔고딕코딩 폰트를 사용합니다.
------------------------------------------------------------------------------------------------------------------------------------------------------
728x90
728x170
using System.Drawing.Printing;

using DevExpress.Xpf.RichEdit;
using DevExpress.XtraRichEdit;
using DevExpress.XtraRichEdit.API.Native;

RichEditControl richEditControl = new RichEditControl();

...

Section section = richEditControl.Document.Sections[0];

section.Page.PaperKind = PaperKind.A4;
section.Page.Landscape = true;
section.Margins.Left   = 600;

richEditControl.ActiveViewType        = RichEditViewType.PrintLayout;
richEditControl.ActiveView.ZoomFactor = 0.5f;
728x90
그리드형(광고전용)
Posted by icodebroker
,