The URI in the footer if ShouldPrintHeaderAndFooter is TRUE. The default value is the current URI.
The title in the header if ShouldPrintHeaderAndFooter is TRUE. The default value is the title of the current document.
The bottom margin in inches. The default is 1 cm, or ~0.4 inches.
The left margin in inches. The default is 1 cm, or ~0.4 inches.
The right margin in inches. The default is 1 cm, or ~0.4 inches.
The top margin in inches. The default is 1 cm, or ~0.4 inches.
The orientation can be portrait or landscape. The default orientation is portrait. See COREWEBVIEW2_PRINT_ORIENTATION.
The page height in inches. The default height is 11 inches.
The page width in inches. The default width is 8.5 inches.
The scale factor is a value between 0.1 and 2.0. The default is 1.0.
TRUE if background colors and images should be printed. The default value is FALSE.
TRUE if header and footer should be printed. The default value is FALSE. The header consists of the date and time of printing, and the title of the page. The footer consists of the URI and page number. The height of the header and footer is 0.5 cm, or ~0.2 inches.
TRUE if only the current end user's selection of HTML in the document should be printed. The default value is FALSE.
Set the FooterUri property. If an empty string or null value is provided, no URI is shown in the footer.
Set the HeaderTitle property. If an empty string or null value is provided, no title is shown in the header.
Sets the MarginBottom property. A margin cannot be less than zero. Returns E_INVALIDARG if an invalid value is provided, and the current value is not changed.
Sets the MarginLeft property. A margin cannot be less than zero. Returns E_INVALIDARG if an invalid value is provided, and the current value is not changed.
Set the MarginRight property.A margin cannot be less than zero. Returns E_INVALIDARG if an invalid value is provided, and the current value is not changed.
Sets the MarginTop property. A margin cannot be less than zero. Returns E_INVALIDARG if an invalid value is provided, and the current value is not changed.
Sets the Orientation property.
Sets the PageHeight property. Returns E_INVALIDARG if the page height is less than or equal to zero, and the current value is not changed.
Sets the PageWidth property. Returns E_INVALIDARG if the page width is less than or equal to zero, and the current value is not changed.
Sets the ScaleFactor property. Returns E_INVALIDARG if an invalid value is provided, and the current value is not changed.
Set the ShouldPrintBackgrounds property.
Set the ShouldPrintHeaderAndFooter property.
Set the ShouldPrintSelectionOnly property.