WebDocumentOptions class

WebDocumentOptions class

Represents options for rendering web documents.

For details, see the documentation.

The WebDocumentOptions type exposes the following members:

Constructors

Constructor Description
init Initializes an instance of the WebDocumentOptions class.

Properties

Property Description
bottom_margin The bottom margin of a page. The default value is 72 points.
left_margin The left margin of a page (default is 5 points).
page_size The size of the output page.
right_margin The right margin of a page. The default value is 5 points.
top_margin The top margin of a page (default is 72 points).

See Also