for GdPicture.NET
XTractFlow.API.Presets Namespace / DocumentTemplates Class / DriverLicense Property



In This Topic

    DriverLicense Property

    In This Topic
    Provides a preconfigured template for a driver's license.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property DriverLicense As DocumentTemplate
    'Usage
     
    
    Dim value As DocumentTemplate
     
    value = DocumentTemplates.DriverLicense
    public static DocumentTemplate DriverLicense {get;}
    public:
    static property DocumentTemplate^ DriverLicense {
       DocumentTemplate^ get();
    }
    See Also