for GdPicture.NET
XTractFlow.API.Document Namespace / DocumentTemplate Class / Name Property



In This Topic

    Name Property (DocumentTemplate)

    In This Topic
    Specifies the public name of the document template.
    Syntax
    'Declaration
     
    
    <RequiredAttribute()>
    Public Property Name As String
    'Usage
     
    
    Dim instance As DocumentTemplate
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    [Required()]
    public string Name {get; set;}
    [Required()]
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }
    See Also