for GdPicture.NET
XTractFlow.API.Document Namespace / DocumentTemplate Class / GetPredefinedTemplates Method



In This Topic

    GetPredefinedTemplates Method

    In This Topic
    This static method retrieves all predefined document templates available in XtractFlow. Each returned document template object has its own lifecycle and can be modified to create customized templates.
    Syntax
    'Declaration
     
    
    Public Shared Function GetPredefinedTemplates() As List(Of DocumentTemplate)
    'Usage
     
    
    Dim value As List(Of DocumentTemplate)
     
    value = DocumentTemplate.GetPredefinedTemplates()
    public static List<DocumentTemplate> GetPredefinedTemplates()
    public:
    static List<DocumentTemplate^>^ GetPredefinedTemplates(); 

    Return Value

    A list of DocumentTemplate objects.
    See Also