HtmlObjectBaseMediaType Property
Controls the media type for which to render the HTML document in this HTML object. If this property is null or empty the default media type is 'screen'.
It can be set to a value like 'print' and in this case the CSS properties defined by the '@media print' rule will be used when the HTML is rendered
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public string MediaType { get; set; }
Public Property MediaType As String
Get
Set
public:
property String^ MediaType {
String^ get ();
void set (String^ value);
}
member MediaType : string with get, set
Property Value
String