Back to Devexpress

TdxPDFViewerZoomActualSize Class

vcl-dxpdfvieweractions-06d6e0a3.md

latest2.2 KB
Original Source

TdxPDFViewerZoomActualSize Class

An action object corresponding to the ZoomActualSize command provided by the PDF Viewer control.

Declaration

delphi
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

Show 14 items

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxCustomAction TdxPDFViewerCustomAction TdxPDFViewerCheckableAction TdxPDFViewerFixedZoomAction TdxPDFViewerZoom100 TdxPDFViewerZoomActualSize

See Also

TdxPDFViewerZoomActualSize Members

dxPDFViewerActions Unit