Skip to main content

SimpleLink(String) Constructor

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

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v24.1.dll

NuGet Package: DevExpress.Wpf.Printing

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