VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.ISO15434 Namespace / EnvelopeFormat Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    EnvelopeFormat Class
    In This Topic
    Base class that represents an envelope format that described in ISO/IEC 15434.
    Object Model
    EnvelopeFormat
    Syntax
    'Declaration
    
    Public MustInherit Class EnvelopeFormat
       Inherits EnvelopeElement
    
    
    public abstract class EnvelopeFormat : EnvelopeElement
    
    
    public __gc abstract class EnvelopeFormat : public EnvelopeElement*
    
    
    public ref class EnvelopeFormat abstract : public EnvelopeElement^
    
    
    Inheritance Hierarchy
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also