Skip to main content

LegacyPrintableComponentLink Properties
Show Inherited Hide Inherited

A link to print Windows Forms controls that implement the DevExpress.XtraPrinting.IPrintable interface.
Name Description
CustomPaperSize Gets or sets a size of custom paper. Inherited from LinkBase.
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. Inherited from LinkBase.
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. Inherited from LinkBase.
Margins Specifies the margins of a document page. Inherited from LinkBase.
MinMargins Specifies the minimum values allowed for the LinkBase.Margins property. Inherited from LinkBase.
PaperKind Gets or sets the type of paper for the document. Inherited from LinkBase.
PrintableComponent Gets the component that is to be printed via LegacyPrintableComponentLink.
PrintingSystem Gets the Printing System used to create and print a document for this link. Inherited from LinkBase.
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. Inherited from LinkBase.
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. Inherited from LinkBase.
See Also