XpsSignatureDefinition.SpotLocation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the location that specifies where to display the visible digital signature in an XML Paper Specification (XPS) document.
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
Property Value
A SpotLocation that represents the location in the package where a visible request for a signature appears. The default value is null
.
Remarks
For more information about the SpotLocation
element of signature definitions in XML Paper Specification (XPS) packages, see chapter 10 in the XML Paper Specification (XPS) specification, which you can obtain at XPS: Specification and License Downloads.