ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfSignature Class / Image Property

In This Topic
    Image Property (PdfSignature)
    In This Topic
    Gets or sets the image associated with the current signature.
    Syntax
    'Declaration
     
    
    Public Property Image As Image
    public Image Image {get; set;}
    Remarks
    Note that if this property is set to a non-null value, the Text property on the current signature is ignored (and returns an empty string).
    See Also