Output

Output class

Represents a collection of output elements for !:IWebDocument.

public sealed class Output

Methods

NameDescription
Add(string, IImage)Adds an output element for the image.
Add(string, IPPImage)Adds an output element for the image.
Add(string, IVideo)Adds an output element for the video.
Add(string, string)Adds an output element for the text content.
Add(string, IFontData, FontStyle)Adds an output element for the font.
Add<TContextObject>(string, string, TContextObject)Adds an output element for the context object.
BindResource(IOutputFile, object)Binds resource to output file.
GetResourcePath(object)Returns the path for a given resource.

See Also