WebDocument

WebDocument class

Represents a transition form of the presentation for saving into a web format.

public class WebDocument

Constructors

NameDescription
WebDocument(WebDocumentOptions)WebDocument constructor.

Properties

NameDescription
Global { get; }Returns global storage of the document. Read-only Storage.
Input { get; }
Output { get; }Returns collection of output elements of the document. Read-only Output.

Methods

NameDescription
Save()Saves the document output.

See Also