LinkBase.CustomPaperSize Property
In This Article
Gets or sets a size of custom paper.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Size | A Size value which represents the size of custom paper. |
#Remarks
To specify custom paper for a link, you need to set the LinkBase.PaperKind property to Custom, and then specify the size of custom paper for the CustomPaperSize property.
#Implements
DevExpress.XtraPrinting.Native.ILink2.CustomPaperSize
See Also