Accusoft.PdfXpressSdk Namespace > RenderDcOptions Class : ForDeviceTechnology Property |
'Declaration Public Property ForDeviceTechnology As DeviceTechnology
'Usage Dim instance As RenderDcOptions Dim value As DeviceTechnology instance.ForDeviceTechnology = value value = instance.ForDeviceTechnology
public DeviceTechnology ForDeviceTechnology {get; set;}
public: __property DeviceTechnology get_ForDeviceTechnology(); public: __property void set_ForDeviceTechnology( DeviceTechnology value );
public: property DeviceTechnology ForDeviceTechnology { DeviceTechnology get(); void set ( DeviceTechnology value); }
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.