XpsFont.IsRestricted 속성

정의

이 글꼴을 사용하는 텍스트를 수정할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

이 글꼴을 사용하는 텍스트를 변경 또는 편집할 수 있으면 true이고, 그렇지 않으면 false.

설명

제한된 글꼴 사용에 대한 자세한 내용은 XPS(XML Paper Specification)를 참조하세요.

적용 대상