Back to Devexpress

dxPDFViewerDefaultSize Constant

vcl-dxpdfviewer-f33a8b99.md

latest687 B
Original Source

dxPDFViewerDefaultSize Constant

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

dxPDFViewer Unit