Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

LinkBase Properties
Show Inherited Hide Inherited

The base class for all printing links within the DXPrinting library.
Name Description
CustomPaperSize Gets or sets a size of custom paper (measured in hundredths of an inch).
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 Gets or sets the margins of a report page (measured in hundredths of an inch).
MinMargins Specifies the minimum printer margin values.
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 it is necessary to suppress rebuilding the document every time a link’s page settings are changed.
VerticalContentSplitting Specifies whether content bricks, which are outside the right page margin, should be split across pages, or moved in their entirety to the next page.
See Also