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



In This Topic

    PaymentCard Property

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