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 ImpersonationLogonMode
Returns 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 TypeMethodDescriptionvoid
ImpersonationOptions.setLogonMode
(ImpersonationLogonMode logonMode) Sets the logon mode of the user before navigation.