Skip to main content

SimpleLink(String) Constructor

In This Article

Initializes a new instance of the SimpleLink class with the specified document name.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v14.2.dll

#Declaration

public SimpleLink(
    string documentName
)

#Parameters

Name Type Description
documentName String

A String value that specifies a document name. This value is assigned to the LinkBase.DocumentName property.

See Also