Name | Description | |
---|---|---|
GcWordLayout Constructor | Creates a new instance of GcWordLayout from an instance of GrapeCity.Documents.Word.GcWordDocument. |
The following tables list the members exposed by GcWordLayout.
Name | Description | |
---|---|---|
GcWordLayout Constructor | Creates a new instance of GcWordLayout from an instance of GrapeCity.Documents.Word.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 GrapeCity.Documents.Word.GcWordDocument. |
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
SaveAsPdf | Overloaded. Saves the document into a file in PDF format. | |
SaveAsTiff | Overloaded. Saves the document pages as images to a stream in TIFF format, one page per frame. |