[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Layout.Page

Page Class

Represents a page in GcWordLayout.

Inheritance
Page
Namespace: GrapeCity.Documents.Word.Layout
Assembly: DS.Documents.Word.dll
Syntax
public class Page
Public Class Page

Properties

Name Description
Height

Gets the height of the page, in points.

PageNum

Gets the number of the page.

Width

Gets the width of the page, in points.

WordLayout

Gets the owner GcWordLayout.

Methods

Name Description
SaveAsJpeg(Stream, ImageOutputSettings)

Saves the page as an image to a stream in JPEG format.

SaveAsJpeg(string, ImageOutputSettings)

Saves the page as an image to a file in JPEG format.

SaveAsPng(Stream, ImageOutputSettings)

Saves the page as an image to a stream in PNG format.

SaveAsPng(string, ImageOutputSettings)

Saves the page as an image to a file in PNG format.

SaveAsSvg(Stream, ImageOutputSettings, XmlWriterSettings)

Saves the page to a stream in SVG format.

SaveAsSvg(string, ImageOutputSettings, XmlWriterSettings)

Saves the current page to a file in SVG format.

SaveAsTiff(Stream, ImageOutputSettings, TiffFrameSettings)

Saves the page as an image to a stream in TIFF format.

SaveAsTiff(string, ImageOutputSettings, TiffFrameSettings)

Saves the page as an image to a file in TIFF format.

ToSvgz(ImageOutputSettings)

Saves the current page to a byte array in SVGZ format.