Class DunningPrintController
Inheritance
System.Object
DunningPrintController
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.ERP.Core
Assembly: Simplic.ERP.Core.dll
Syntax
public class DunningPrintController
Methods
| Improve this Doc View SourcePrintAsPdf(DunningDocument)
Print a dunning document and return a pdf
Declaration
public byte[] PrintAsPdf(DunningDocument dunningDocument)
Parameters
Type | Name | Description |
---|---|---|
DunningDocument | dunningDocument | Transaction instance |
Returns
Type | Description |
---|---|
System.Byte[] | If a pdf could be created, the blob will be returned |
PrintAsPdf(Guid)
Print a dunning document and return a pdf
Declaration
public byte[] PrintAsPdf(Guid id)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | id | Unique dunningDocument id |
Returns
Type | Description |
---|---|
System.Byte[] | If a pdf could be created, the blob will be returned |