Skip to main content

LinkBase Members

The base class for all printing links within the DXPrinting library.

#Properties
Show Inherited Hide Inherited

Name Description
CustomPaperSize Gets or sets a size of custom paper.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
DocumentName Gets or sets the name of the document.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
Landscape Gets or sets a value indicating whether the page orientation is landscape.
Margins Specifies the margins of a document page.
MinMargins Specifies the minimum values allowed for the LinkBase.Margins property.
PaperKind Gets or sets the type of paper for the document.
PrintingSystem Gets the Printing System used to create and print a document for this link.
SuppressAutoRebuildOnPageSettingsChange Gets or sets a value indicating whether or not it is necessary to suppress rebuilding the document every time a link's page settings are changed.
VerticalContentSplitting Gets or sets a value indicating whether content bricks, which are outside the right page margin, should be split across pages, or moved in their entirety to the next page.

#Methods
Show Inherited Hide Inherited

Name Description
CancelPrintAsync()
CheckAccess() Determines whether the calling thread has access to this DispatcherObject. Inherited from DispatcherObject.
ClearValue(DependencyProperty) Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier. Inherited from DependencyObject.
ClearValue(DependencyPropertyKey) Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey. Inherited from DependencyObject.
CoerceValue(DependencyProperty) Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject. Inherited from DependencyObject.
CreateDocument() Creates a document from the link.
CreateDocument(Boolean) Creates a document from the link, so it can be displayed or printed. Optionally, it can generate pages in the background.
Dispose() Disposes the LinkBase object.
Equals(Object) Determines whether a provided DependencyObject is equivalent to the current DependencyObject. Inherited from DependencyObject.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
ExportToCsv(Stream)
ExportToCsv(Stream, CsvExportOptions) Exports a report to the specified stream in CSV format using the specified CSV-specific options.
ExportToCsv(String)
ExportToCsv(String, CsvExportOptions)
ExportToHtml(Stream)
ExportToHtml(Stream, HtmlExportOptions) Exports a report to the specified stream in HTML format using the specified HTML-specific options.
ExportToHtml(String)
ExportToHtml(String, HtmlExportOptions)
ExportToImage(Stream)
ExportToImage(Stream, ImageExportOptions) Exports a report to the specified stream in image format using the specified image-specific options.
ExportToImage(Stream, ImageFormat)
ExportToImage(String)
ExportToImage(String, ImageExportOptions)
ExportToImage(String, ImageFormat)
ExportToMht(Stream)
ExportToMht(Stream, MhtExportOptions) Exports a report to the specified stream in MHT format using the specified MHT-specific options.
ExportToMht(String)
ExportToMht(String, MhtExportOptions)
ExportToPdf(Stream)
ExportToPdf(Stream, PdfExportOptions) Exports a report to the specified stream in PDF format using the specified PDF-specific options.
ExportToPdf(String)
ExportToPdf(String, PdfExportOptions)
ExportToRtf(Stream)
ExportToRtf(Stream, RtfExportOptions) Exports a report to the specified stream in RTF format using the specified RTF-specific options.
ExportToRtf(String)
ExportToRtf(String, RtfExportOptions)
ExportToText(Stream)
ExportToText(Stream, TextExportOptions) Exports a report to the specified stream in text format using the specified TXT-specific options.
ExportToText(String)
ExportToText(String, TextExportOptions)
ExportToXls(Stream)
ExportToXls(Stream, XlsExportOptions) Exports a report to the specified stream in XLS format using the specified XLS-specific options.
ExportToXls(String)
ExportToXls(String, XlsExportOptions)
ExportToXlsx(Stream)
ExportToXlsx(Stream, XlsxExportOptions) Exports a report to the specified stream in XLSX format using the specified XLSX-specific options.
ExportToXlsx(String)
ExportToXlsx(String, XlsxExportOptions)
ExportToXps(Stream, XpsExportOptions) Exports a report to the specified stream in XPS format using the specified XPS-specific options.
ExportToXps(String, XpsExportOptions)
GetHashCode() Gets a hash code for this DependencyObject. Inherited from DependencyObject.
GetLocalValueEnumerator() Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. Inherited from DependencyObject.
GetType() Gets the Type of the current instance. Inherited from Object.
GetValue(DependencyProperty) Returns the current effective value of a dependency property on this instance of a DependencyObject. Inherited from DependencyObject.
InvalidateProperty(DependencyProperty) Re-evaluates the effective value for the specified dependency property. Inherited from DependencyObject.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
OnPropertyChanged(DependencyPropertyChangedEventArgs) protected Invoked whenever the effective value of any dependency property on this DependencyObject has been updated. The specific dependency property that changed is reported in the event data. Inherited from DependencyObject.
Print() Invokes the Print dialog and prints the current document.
PrintAsync()
PrintDirect()
PrintDirect(PrintQueue)
PrintDirectAsync()
PrintDirectAsync(PrintQueue)
ReadLocalValue(DependencyProperty) Returns the local value of a dependency property, if it exists. Inherited from DependencyObject.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetCurrentValue(DependencyProperty, Object) Sets the value of a dependency property without changing its value source. Inherited from DependencyObject.
SetValue(DependencyProperty, Object) Sets the local value of a dependency property, specified by its dependency property identifier. Inherited from DependencyObject.
SetValue(DependencyPropertyKey, Object) Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property. Inherited from DependencyObject.
ShouldSerializeProperty(DependencyProperty) protected Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. Inherited from DependencyObject.
ShowPrintPreview(FrameworkElement)
ShowPrintPreview(FrameworkElement, String)
ShowPrintPreview(Window)
ShowPrintPreview(Window, String)
ShowPrintPreviewDialog(Window)
ShowPrintPreviewDialog(Window, String)
ShowRibbonPrintPreview(FrameworkElement)
ShowRibbonPrintPreview(FrameworkElement, String)
ShowRibbonPrintPreview(Window)
ShowRibbonPrintPreview(Window, String)
ShowRibbonPrintPreviewDialog(Window)
ShowRibbonPrintPreviewDialog(Window, String)
StopPageBuilding() Finishes generating document pages.
ToString() Returns a string that represents the current object. Inherited from Object.
VerifyAccess() Enforces that the calling thread has access to this DispatcherObject. Inherited from DispatcherObject.

#Events

Name Description
CreateDocumentFinished Occurs when the document creation has been finished.
CreateDocumentStarted Occurs when the document creation has been started.
PrintCompleted Occurs when the document printing has been finished.
See Also