Intersoft ClientUI Documentation
ForceVectorPrinting Property (FlowDocumentViewerBase)



Gets or sets whether vector printing mode is enforced in DocumentViewer. By default the property is set to True. If vector printing is not available, printing will be run on Bitmap mode.
Syntax
<CategoryAttribute("Common Properties")>
Public Property ForceVectorPrinting As Boolean
Dim instance As FlowDocumentViewerBase
Dim value As Boolean
 
instance.ForceVectorPrinting = value
 
value = instance.ForceVectorPrinting
[CategoryAttribute("Common Properties")]
public bool ForceVectorPrinting {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool ForceVectorPrinting {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FlowDocumentViewerBase Class
FlowDocumentViewerBase Members

Send Feedback