Accusoft.PdfXpress5.Net
ForDeviceTechnology Property
See Also  Send Feedback
Accusoft.PdfXpressSdk Namespace > RenderDcOptions Class : ForDeviceTechnology Property




Glossary Item Box

Force technology-specific drawing behavior or default to the drawing behavior most appropriate for the specified Windows GDI+ device context.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

DeviceTechnology.Default, DeviceTechnology.Display or DeviceTechnology.Printer.

Exceptions

ExceptionDescription
System.ComponentModel.InvalidEnumArgumentException

Thrown if options.ForDeviceTechnology is not an enumerated value.

Remarks

If equal to DeviceTechnology.Default then the device technology of the Windows GDI+ device context governs if PDF page content and PDF annotation appearances are drawn for viewing or printing.

If equal to DeviceTechnology.Display then PDF page content and PDF annotation appearances are drawn for viewing.

If equal to DeviceTechnology.Printer then PDF page content and PDF annotation appearances are drawn for printing.

The default value is DeviceTechnology.Default.

See Also

©2012. Accusoft Corporation. All Rights Reserved.