HtmlPrintDocumentSource.Content Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets and sets the content of the document source to print.
public:
property PrintContent Content { PrintContent get(); void set(PrintContent value); };
PrintContent Content();
void Content(PrintContent value);
public PrintContent Content { get; set; }
var printContent = htmlPrintDocumentSource.content;
htmlPrintDocumentSource.content = printContent;
Public Property Content As PrintContent
Property Value
The content of the document source to print.