Beispiel #1
0
        /// <summary>
        /// Selects the Blank Page Supress for scanned file
        /// </summary>
        /// <param name="optionType"> blank page supress to select(case sensitive)</param>
        public void SelectBlankPageSupress(BlankPageSupress optionType)
        {
            OpenOptionsPanel();

            if (!_controlPanel.ScrollPressWait("#hpid-option-blank-page-suppression", "#hpid-option-blank-page-suppression-screen", TimeSpan.FromSeconds(5)))
            {
                throw new DeviceWorkflowException("Unable to select blank page suppression option.");
            }

            Pacekeeper.Sync();
            _controlPanel.ScrollPressWait($"#hpid-blank-page-suppression-selection-{optionType.ToString().ToLower()}", ".hp-option-list");
        }
Beispiel #2
0
 /// <summary>
 /// Selects the Blank Page Supress for scanned file
 /// </summary>
 /// <param name="optionType"> blank page supress to select(case sensitive)</param>
 void INetworkFolderJobOptions.SelectBlankPageSupress(BlankPageSupress optionType)
 {
     throw new NotImplementedException($"SelectBlankPageSupress with setting {optionType} feature is not implemented on SiriusUIv3 devices");
 }
Beispiel #3
0
 /// <summary>
 /// Selects the Blank Page Supress for scanned file
 /// </summary>
 /// <param name="optionType"> blank page supress to select(case sensitive)</param>
 public void SelectBlankPageSupress(BlankPageSupress optionType)
 {
     throw new NotImplementedException($"SelectBlankPageSupress with setting {optionType} feature is not implemented on JediWindjammer devices");
 }
 /// <summary>
 /// Selects the Blank Page Supress for scanned file
 /// </summary>
 /// <param name="optionType"> blank page supress to select(case sensitive)</param>
 public void SelectBlankPageSupress(BlankPageSupress optionType)
 {
     throw new NotImplementedException($"Select blank page supress has not been implemented for Phoenix Nova devices.");
 }
 /// <summary>
 /// Selects the Blank Page Supress for scanned file
 /// </summary>
 /// <param name="optionType"> blank page supress to select(case sensitive)</param>
 void IEmailJobOptions.SelectBlankPageSupress(BlankPageSupress optionType)
 {
     throw new NotImplementedException($"SelectBlankPageSupress with setting {optionType} feature is not implemented on PhoenixMagicFrame devices");
 }