Skip to main content

Link Methods

The base class for links that enables printing functionality for WinUI controls.
Name Description
CreateDocument() Creates a document from the link. Inherited from LinkBase.
CreateDocument(Boolean) 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 LinkBase.
Dispose() Disposes the LinkBase object. The method releases all the resources allocated to the object and improves system performance. Inherited from LinkBase.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
LoadDocument(Object) Load the specified document. Inherited from LinkBase.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Print(String) Prints the LinkBase instance on the default or specified printer. Inherited from LinkBase.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
StopPageBuilding() Interrupts the document creation. Inherited from LinkBase.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also