AuthenticationOptionsUseDefaultCredentials Property

A flag indicating if the HTML to PDF server user account credentials are used when the HTML page being converted is requested. If the Username property is set this property will not have any effect. The default value is true

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public bool UseDefaultCredentials { get; set; }

Property Value

Boolean

See Also