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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.