PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / FormsStyle Property

In This Topic
    FormsStyle Property (C1PrintDocument)
    In This Topic
    Gets or sets a FormsStyleEnum value specifying the look and feel of input controls in the current document (see types derived from RenderInputBase).

    The default value is FormsStyleEnum.Acrobat.

    Syntax
    'Declaration
     
    Public Property FormsStyle As FormsStyleEnum
    public FormsStyleEnum FormsStyle {get; set;}
    See Also