Accusoft.PdfXpressSdk Namespace > RenderDcOptions Class : ForDeviceTechnology Property |
Exception | Description |
---|---|
System.ComponentModel.InvalidEnumArgumentException | Thrown if options.ForDeviceTechnology is not an enumerated value. |
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.