ConvertToHtmlCommand.Charset Property

Definition

Specifies the charset encoding for the HTML document.

[System.Management.Automation.Parameter(ParameterSetName="Page")]
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Management.Automation.ValidatePattern("^[A-Za-z0-9]\w+\S+[A-Za-z0-9]$")]
public string Charset { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="Page")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Management.Automation.ValidatePattern("^[A-Za-z0-9]\w+\S+[A-Za-z0-9]$")>]
member this.Charset : string with get, set
Public Property Charset As String

Property Value

Attributes

Applies to