TdxPDFViewerZoomActualSize Class
An action object corresponding to the ZoomActualSize command provided by the PDF Viewer control.
Declaration
TdxPDFViewerZoomActualSize = class(
TdxPDFViewerZoom100
)
Remarks
This class does not introduce any new public members. Executing a TdxPDFViewerZoomActualSize
action object shows the loaded document in full size. This action object works identically to the TdxPDFViewerZoom100 action. If the PDF Viewer control’s OptionsZoom.ZoomFactor property is already set to 100
(i.e., the loaded document is already displayed in full size), executing a TdxPDFViewerZoomActualSize
action object has no effect.
Inheritance
See Also