XpsSignatureDefinition.SpotLocation 属性

定义

获取或设置指定在 XML 纸张规范 (XPS) 文档中显示可见数字签名的位置。

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

注解

有关 XML 纸张规范 (XPS) 包中的签名定义的元素的详细信息 SpotLocation ,请参阅 XML 纸张规范 (XPS) 规范中的第 10 章,可在 XPS:规范和许可证下载中获取。

适用于