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



In This Topic

    PayrollStatement Property

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