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



In This Topic

    Hints Property

    In This Topic
    Specifies an optional template hints object.
    Syntax
    'Declaration
     
    
    Public Property Hints As TemplateHints
    'Usage
     
    
    Dim instance As DocumentTemplate
    Dim value As TemplateHints
     
    instance.Hints = value
     
    value = instance.Hints
    public TemplateHints Hints {get; set;}
    public:
    property TemplateHints^ Hints {
       TemplateHints^ get();
       void set (    TemplateHints^ value);
    }
    Remarks
    Template hints has been designed to elevate the accuracy and efficiency of the processor within specific contexts.
    See Also