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



In This Topic

    IdCard Property

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