PdfViewer.PrintAsImage

PdfViewer.PrintAsImage property

Sets or gets a mode for PdfViewer to print as image.

public bool PrintAsImage { get; set; }

Remarks

If true prints always as image (generates image that is printed) If false prints directly to device if all features are supported. In case document contains non-supported features the system may automatically decide to print as image. Default falue is false.

See Also