PrintableLink Methods
A link used to print a DevExpress WinUI control or display a print preview.
Name | Description |
---|---|
Create |
Creates a document from the link.
Inherited from Link |
Create |
Creates a document from the link. Optionally, you can access the document pages as soon as they are created. Document creation is always synchronous and does not occur in a background thread.
Inherited from Link |
Dispose() |
Disposes the Link |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Load |
Load the specified document.
Inherited from Link |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Print |
Prints the Link |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Stop |
Interrupts the document creation.
Inherited from Link |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also