PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / FormsStyle Property

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

    The default value is C1.C1Preview.FormsStyleEnum.Acrobat.

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