PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.8 Assembly / C1.C1Preview Namespace / PageDrawParams Structure / RenderInputControls Property

In This Topic
    RenderInputControls Property (PageDrawParams)
    In This Topic
    Indicates whether to draw input controls (see RenderInputBase).
    Syntax
    'Declaration
     
    Public Property RenderInputControls As Boolean
    public bool RenderInputControls {get; set;}
    See Also