Skip to main content
A newer version of this page is available. .

SimpleLink(String) Constructor

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

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v19.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