PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / Style Class / BackgroundImageName Property

In This Topic
    BackgroundImageName Property (Style)
    In This Topic
    Gets or sets the name of the background image in C1PrintDocument.Dictionary on the current document.
    Syntax
    'Declaration
     
    Public Property BackgroundImageName As String
    public string BackgroundImageName {get; set;}
    Remarks
    This property is non-ambient (inherited from the Style.Parent of the current style if not explicitly set).

    The default is emtpy string.

    See Also