for GdPicture.NET
XTractFlow.API.Component Namespace / ProcessorComponent Class / GetTemplate Method
The identifier of the XTractFlow.API.Document.DocumentTemplate object to retrieve.



In This Topic

    GetTemplate Method

    In This Topic
    Returns a document template of the component.
    Syntax
    'Declaration
     
    
    Public Function GetTemplate( _
       ByVal templateIdentifier As String _
    ) As DocumentTemplate
    'Usage
     
    
    Dim instance As ProcessorComponent
    Dim templateIdentifier As String
    Dim value As DocumentTemplate
     
    value = instance.GetTemplate(templateIdentifier)

    Parameters

    templateIdentifier
    The identifier of the XTractFlow.API.Document.DocumentTemplate object to retrieve.

    Return Value

    Exceptions
    ExceptionDescription
     
    See Also