Class PdfSignatureImage
Inheritance
System.Object
PdfSignatureImage
Assembly: IronPdf.dll
Syntax
public class PdfSignatureImage : Object
Constructors
PdfSignatureImage(AnyBitmap, Int32, CropRectangle)
Declaration
public PdfSignatureImage(AnyBitmap bitmap, int page_index, CropRectangle rectangle)
Parameters
Type |
Name |
Description |
IronSoftware.Drawing.AnyBitmap |
bitmap |
|
System.Int32 |
page_index |
|
IronSoftware.Drawing.CropRectangle |
rectangle |
|
PdfSignatureImage(Byte[], Int32, CropRectangle)
Declaration
public PdfSignatureImage(byte[] bytes, int page_index, CropRectangle rectangle)
Parameters
Type |
Name |
Description |
System.Byte[] |
bytes |
|
System.Int32 |
page_index |
|
IronSoftware.Drawing.CropRectangle |
rectangle |
|
PdfSignatureImage(String, Int32, CropRectangle)
Declaration
public PdfSignatureImage(string path, int pageIndex, CropRectangle rectangle)
Parameters
Type |
Name |
Description |
System.String |
path |
|
System.Int32 |
pageIndex |
|
IronSoftware.Drawing.CropRectangle |
rectangle |
|
Properties
Image
Declaration
public AnyBitmap Image { get; set; }
Property Value
Type |
Description |
IronSoftware.Drawing.AnyBitmap |
|
PageIndex
Declaration
public int PageIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Rectangle
Declaration
public CropRectangle Rectangle { get; set; }
Property Value
Type |
Description |
IronSoftware.Drawing.CropRectangle |
|