ContextImpersonationOptionsUsername Property

The name of the user to logon before execution. The Domain and Password properties must also be set. This property has priority over the CurrentUserImpersonation property. By default this property is not set.

Definition

Namespace: EvoPdf.PdfToImage
Assembly: EvoPdfToImage_NetCore (in EvoPdfToImage_NetCore.dll) Version: 14.0.0
C#
public string Username { get; set; }

Property Value

String

See Also