<Code Lib>
2022 Enumeration
Changes 0
E

ExportRange

Description:
This enum is used to define what view, part of the view, or list of views will be exported.

public enum ExportRange

Name Description
E CurrentView Export the current view only (zoom to fit of the current view).
E VisibleRegionOfCurrentView Export the visible region of the current view.
E SetOfViews Export a set of views (set in ViewsAndSheets).

Loading…