Skip to main content

LinkBase Methods

The base class for all printing links.
Name Description
CreateDocument() Creates a document from the link.
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.
Dispose() Disposes the LinkBase object. The method releases all the resources allocated to the object and improves system performance.
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.
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.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
StopPageBuilding() Interrupts the document creation.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also