Class PdfSignatureImage
PDF digital signature image
Inheritance
System.Object
PdfSignatureImage
Namespace: IronPdf.Signing
Assembly: IronPdf.dll
Syntax
public class PdfSignatureImage : Object
Constructors
PdfSignatureImage(AnyBitmap, Int32, CropRectangle)
Create a new signature image using the specified parameters
Declaration
public PdfSignatureImage(AnyBitmap bitmap, int page_index, CropRectangle rectangle)
Parameters
Type | Name | Description |
---|---|---|
IronSoftware.Drawing.AnyBitmap | bitmap | Image |
System.Int32 | page_index | Page index |
IronSoftware.Drawing.CropRectangle | rectangle | Rectangle |
PdfSignatureImage(Byte[], Int32, CropRectangle)
Create a new signature image using the specified parameters
Declaration
public PdfSignatureImage(byte[] bytes, int page_index, CropRectangle rectangle)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | bytes | Image bytes |
System.Int32 | page_index | Page index |
IronSoftware.Drawing.CropRectangle | rectangle | Rectangle |
PdfSignatureImage(String, Int32, CropRectangle)
Create a new signature image using the specified parameters
Declaration
public PdfSignatureImage(string path, int page_index, CropRectangle rectangle)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | Image path |
System.Int32 | page_index | Page index |
IronSoftware.Drawing.CropRectangle | rectangle | Rectangle |
Properties
Image
Signature image
Declaration
public AnyBitmap Image { get; set; }
Property Value
Type | Description |
---|---|
IronSoftware.Drawing.AnyBitmap |
PageIndex
Page index where image will be visible
Declaration
public int PageIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Rectangle
Image location
Declaration
public CropRectangle Rectangle { get; set; }
Property Value
Type | Description |
---|---|
IronSoftware.Drawing.CropRectangle |