Class QrCode
Inheritance
System.Object
QrCode
Assembly: IronQr.dll
Syntax
public class QrCode : Object
Methods
Save(Nullable<QrStyleOptions>)
Declaration
public AnyBitmap Save(Nullable<QrStyleOptions> styleOptions = null)
Parameters
Returns
Type |
Description |
IronSoftware.Drawing.AnyBitmap |
|
StampToExistingPdfPage(String, Int32, Int32, Int32, String)
Declaration
public void StampToExistingPdfPage(string filePath, int x, int y, int pageNumber, string password = null)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
System.Int32 |
x |
|
System.Int32 |
y |
|
System.Int32 |
pageNumber |
|
System.String |
password |
|
StampToExistingPdfPages(String, Int32, Int32, IEnumerable<Int32>, String)
Declaration
public void StampToExistingPdfPages(string filePath, int x, int y, IEnumerable<int> pageNumbers, string password = null)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
System.Int32 |
x |
|
System.Int32 |
y |
|
System.Collections.Generic.IEnumerable<System.Int32> |
pageNumbers |
|
System.String |
password |
|
ToDataUrl()
Declaration
public string ToDataUrl()
Returns
Type |
Description |
System.String |
|
ToHtmlTag()
Declaration
public string ToHtmlTag()
Returns
Type |
Description |
System.String |
|
Verify(String)
Declaration
public bool Verify(string expected = null)
Parameters
Type |
Name |
Description |
System.String |
expected |
|
Returns
Type |
Description |
System.Boolean |
|