Table of Contents

Class RtfNewPage

Namespace
iTextSharp.text.rtf.text
Assembly
iTextSharp.LGPLv2.Core.dll

The RtfNewPage creates a new page. INTERNAL CLASS @version \(Version:\) @author Mark Hall (Mark.Hall@mail.room3b.eu)

public class RtfNewPage : RtfElement, IRtfBasicElement, IRtfElementInterface
Inheritance
RtfNewPage
Implements
Inherited Members

Constructors

RtfNewPage(RtfDocument)

Constructs a RtfNewPage

public RtfNewPage(RtfDocument doc)

Parameters

doc RtfDocument

The RtfDocument this RtfNewPage belongs to

Fields

NewPage

Constant for a new page

public static readonly byte[] NewPage

Field Value

byte[]

Methods

WriteContent(Stream)

Writes a new page

public override void WriteContent(Stream outp)

Parameters

outp Stream