Force technology-specific drawing behavior or default to the drawing behavior most appropriate for the specified Windows GDI device context.
Read-write property
Visual Basic |
---|
Public Property ForDeviceTechnology As PDF_DeviceTechnology |
The default value is DeviceTechnology.Default.
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.