HtmlPrintDocumentSource.Content Property

Definition

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.

Applies to

See also