VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfPageDigitalSignatureHelper Class / CopyPropertiesTo(PdfPageDigitalSignatureHelper) Method
Syntax Requirements SeeAlso
In This Topic
    CopyPropertiesTo(PdfPageDigitalSignatureHelper) Method (PdfPageDigitalSignatureHelper)
    In This Topic
    Copies properties (excluding Certificate) to the specified digital signature helper.
    Syntax
    'Declaration
    
    Public Overridable Sub CopyPropertiesTo( _
    ByVal signatureHelper
    The digital signature helper, where properties should be copied.
    As PdfPageDigitalSignatureHelper _
    )
    public virtual void CopyPropertiesTo(
    PdfPageDigitalSignatureHelper signatureHelper
    )
    public: virtual void CopyPropertiesTo(
    PdfPageDigitalSignatureHelper* signatureHelper
    )
    public:
    virtual void CopyPropertiesTo(
    PdfPageDigitalSignatureHelper^ signatureHelper
    )

    Parameters

    signatureHelper
    The digital signature helper, where properties should be copied.
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also