dxPDFViewerDefaultSize Constant
In This Article
Specifies the default dimensions of the PDF Viewer control.
#Declaration
Delphi
const dxPDFViewerDefaultSize: TSize = (cx: 200; cy: 150);
#Returns
Type |
---|
TSize |
#Remarks
When the PDF Viewer control is placed on an application form, its height and width are 150 and 200 pixels, respectively.
See Also