Share via


XpsSignatureDefinition.SpotLocation 속성

정의

XPS(XML Paper Specification) 문서에서 표시되는 디지털 서명을 표시할 위치를 지정하는 위치를 가져오거나 설정합니다.

public:
 property System::Windows::Xps::Packaging::SpotLocation ^ SpotLocation { System::Windows::Xps::Packaging::SpotLocation ^ get(); void set(System::Windows::Xps::Packaging::SpotLocation ^ value); };
public System.Windows.Xps.Packaging.SpotLocation SpotLocation { get; set; }
member this.SpotLocation : System.Windows.Xps.Packaging.SpotLocation with get, set
Public Property SpotLocation As SpotLocation

속성 값

서명에 대한 시각적 요청이 표시되는 패키지 위치를 나타내는 SpotLocation입니다. 기본값은 null입니다.

설명

XPS(XML Paper Specification) 패키지의 서명 정의 요소에 대한 SpotLocation 자세한 내용은 XPS: 사양 및 라이선스 다운로드에서 얻을 수 있는 XPS(XML Paper Specification) 사양의 10장을 참조하세요.

적용 대상