Accusoft.PdfXpress7.Net
ForDeviceTechnology Property




Force technology-specific drawing behavior or default to the drawing behavior most appropriate for the specified Windows GDI+ device context.
Syntax
'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);
}

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

Reference

RenderDcOptions Class
RenderDcOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback