Condividi tramite


IXpsFixedDocumentReader.SignatureDefinitions Proprietà

Definizione

Ottiene un insieme di tutte le definizioni della firma associate a FixedDocument.

public:
 property System::Collections::Generic::ICollection<System::Windows::Xps::Packaging::XpsSignatureDefinition ^> ^ SignatureDefinitions { System::Collections::Generic::ICollection<System::Windows::Xps::Packaging::XpsSignatureDefinition ^> ^ get(); };
public System.Collections.Generic.ICollection<System.Windows.Xps.Packaging.XpsSignatureDefinition> SignatureDefinitions { get; }
member this.SignatureDefinitions : System.Collections.Generic.ICollection<System.Windows.Xps.Packaging.XpsSignatureDefinition>
Public ReadOnly Property SignatureDefinitions As ICollection(Of XpsSignatureDefinition)

Valore della proprietà

ICollection<XpsSignatureDefinition>

Un oggetto ICollection<T> di definizioni della firma, in genere una per ogni persona che ha firmato o firmerà il documento.

Si applica a

Vedi anche