Uses of Enum
com.evopdf.ImpersonationLogonMode
-
Uses of ImpersonationLogonMode in com.evopdf
Methods in com.evopdf that return ImpersonationLogonModeModifier and TypeMethodDescriptionImpersonationOptions.logonMode()Gets the logon mode of the user before navigation.static ImpersonationLogonModeReturns the enum constant of this type with the specified name.static ImpersonationLogonMode[]ImpersonationLogonMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evopdf with parameters of type ImpersonationLogonModeModifier and TypeMethodDescriptionvoidImpersonationOptions.setLogonMode(ImpersonationLogonMode logonMode) Sets the logon mode of the user before navigation.