Table of Contents
UsePrintMedia Property

Gets or sets a value indicating whether print media should be used.

Syntax
 public Boolean UsePrintMedia { get; set; }
Remarks

By default the PDF converter uses screen media. Setting this property to true in Classic mode to use print media instead.

This property is ignored in when Mode is set to Integrated. In that case print media is always used.

This property is automatically reset to false after every conversion.

See Also