for GdPicture.NET
XTractFlow.API.Component Namespace / ProcessorComponent Class / RemoveTemplate Method / RemoveTemplate(String) Method
The identifier of the XTractFlow.API.Document.DocumentTemplate object remove.



In This Topic

    RemoveTemplate(String) Method

    In This Topic
    Removes a document template from the component.
    Syntax
    'Declaration
     
    
    Public Overloads Function RemoveTemplate( _
       ByVal templateIdentifier As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As ProcessorComponent
    Dim templateIdentifier As String
    Dim value As Boolean
     
    value = instance.RemoveTemplate(templateIdentifier)
    public bool RemoveTemplate( 
       string templateIdentifier
    )
    public:
    bool RemoveTemplate( 
       String^ templateIdentifier
    ) 

    Parameters

    templateIdentifier
    The identifier of the XTractFlow.API.Document.DocumentTemplate object remove.
    See Also