PdfPrintAsRaster Property

Summary

Indicates whether the PDF should always be printed as raster.

Syntax
TypeScript
JavaScript
Object.defineProperty(PrintDocumentOptions.prototype, 'pdfPrintAsRaster', 
	get: function(), 
	set: function(value) 
) 
pdfPrintAsRaster: boolean; 

Property Value

true to always print as raster. The default value is false.

Remarks

This property is only applicable if usePdfPrinting is set to true.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly