|
EMVEnableFeatures
eMVTriad = 1 // Display triad
eMVSuppressSavePrompt = 2 // Do not display the Save dialog even if the file was modified
eMVSuppressMarkupFileOpen = 4 // Do not display the File, Markup Open dialog
eMVDisableMenuSave = 8 // Disable the Save selection on the File menu (Complete UI mode)
eMVFullUI = 16 // Display in Complete UI mode (preferred )
eMVSimplifiedUI = 32 // Display in Simple UI mode
eMVReadOnly = 64 // Open the file as read only
eMVSeparateMarkup = 128 // Open all markup files associated with this file
eMVHLR = 256 // Display files saved in HLR (Hidden Lines Removed) display mode in HLR display mode
eMVSuppressMarkupOpenMenu = 512 // Disable the Open Markup selection on the File menu
eMVSuppressRMBMenu = 1024 // Disable the right-mouse button menu
eMVSmallToolbarButtons = 2048 // Display Small toolbar buttons
eMVSupressMenuBar = 4096 // Hide the Menu toolbar
eMVDisableSNLCheckout = 8192 // Disable SNL checkout
NOTE: If you disable SNL checkout, eDrawings Professional features may be disabled even if the document is review-enabled or if the eDrawings Professional license is present.
eMVEnableSilentMode 16384 // Disable all dialogs
eMVDisableMeasure = 32768 //Disables measure
eMVDisableGradientBackgroup = 65536 //Changes the eDrawings Viewer background from a gradient to solid color
|
|