HtmlPrintDocumentSource.Content 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得並設定要列印之文檔來源的內容。
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
屬性值
要列印之文檔來源的內容。