WebDocumentOptions

WebDocumentOptions class

Contains options for rendering web documents. For details, see the documentation.

public class WebDocumentOptions

Constructors

Name Description
WebDocumentOptions() Initializes an instance of the WebDocumentOptions class.

Properties

Name Description
BottomMargin { get; set; } Sets the bottom margin of a page. The default value is 72 points.
LeftMargin { get; set; } Sets the left margin of a page. The default value is 5 points.
PageSize { get; set; } Sets the size of the output page.
RightMargin { get; set; } Sets the right margin of a page. The default value is 5 points.
TopMargin { get; set; } Sets the top margin of a page. The default value is 72 points.

See Also