Search Results for

    Show / Hide Table of Contents

    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 Source

    PrintAsPdf(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

    | Improve this Doc View Source

    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

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx