You are here: Symbol Reference > Stimulsoft.Base.Drawing Namespace > Win32 Class > Win32 Enumerations > DrawingOptions Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Base.Drawing.Win32.DrawingOptions Enumeration

Specifies values for WM_PRINT.

Syntax
C++
C#
Visual Basic
public: enum DrawingOptions { PRF_CHECKVISIBLE, PRF_CHILDREN, PRF_CLIENT, PRF_ERASEBKGND, PRF_NONCLIENT, PRF_OWNED };
Members
Members 
Description 
PRF_CHECKVISIBLE 
Draws the window only if it is visible.  
PRF_CHILDREN 
Draws all visible children windows.  
PRF_CLIENT 
Draws the client area of the window.  
PRF_ERASEBKGND 
Erases the background before drawing the window.  
PRF_NONCLIENT 
Draws the nonclient area of the window.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.