for GdPicture.NET
XTractFlow.API.Presets Namespace / DocumentTemplates Class / Invoice Property



In This Topic

    Invoice Property

    In This Topic
    Provides a preconfigured template for an invoice.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Invoice As DocumentTemplate
    'Usage
     
    
    Dim value As DocumentTemplate
     
    value = DocumentTemplates.Invoice
    public static DocumentTemplate Invoice {get;}
    public:
    static property DocumentTemplate^ Invoice {
       DocumentTemplate^ get();
    }
    See Also