XpsFont.IsRestricted Property

Definition

Gets or sets a value that indicates whether text that uses this font can be modified.

public:
 property bool IsRestricted { bool get(); void set(bool value); };
public bool IsRestricted { get; set; }
member this.IsRestricted : bool with get, set
Public Property IsRestricted As Boolean

Property Value

true if text that uses this font can be changed or edited; otherwise, false.

Remarks

For more information about the use of restricted fonts, see the XML Paper Specification (XPS).

Applies to