[]
Represents a paginated document to be converted to printable formats, such as PDF.
public class GcWordLayout : IDisposable
Public Class GcWordLayout
Implements IDisposable
Name | Description |
---|---|
GcWordLayout(GcWordDocument, WordLayoutSettings) | Creates a new instance of GcWordLayout from an instance of GcWordDocument. |
Name | Description |
---|---|
Author | Gets or sets the name of the person that created the document (for export to PDF). |
CreatedTime | Gets or sets date of the document creation in UTC (for export to PDF). |
Keywords | Gets or sets keywords (separated by comma) associated with the document (for export to PDF). |
LastSavedTime | Gets or sets the time of the last save in UTC (for export to PDF). |
Pages | Gets the list of pages. |
Subject | Gets or sets the subject of the document (for export to PDF). |
Title | Gets or sets the title of the document (for export to PDF). |
WordDocument | Gets the source GcWordDocument. |
Name | Description |
---|---|
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
SaveAsPdf(Stream, OutputRange, PdfOutputSettings) | Saves the document into a stream in PDF format. |
SaveAsPdf(string, OutputRange, PdfOutputSettings) | Saves the document into a file in PDF format. |
SaveAsTiff(Stream, OutputRange, ImageOutputSettings, TiffFrameSettings) | Saves the document pages as images to a stream in TIFF format, one page per frame. |
SaveAsTiff(string, OutputRange, ImageOutputSettings, TiffFrameSettings) | Saves the document pages as images to a stream in TIFF format, one page per frame. |