VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfPaperMetaDataGenerationParameters Class / ModuleHeight Property
Syntax Requirements SeeAlso
In This Topic
    ModuleHeight Property (PdfPaperMetaDataGenerationParameters)
    In This Topic
    Gets or sets the vertical distance between two barcode modules, measured in rendered pixels (XSymHeight).
    Syntax
    'Declaration
    
    Public Property ModuleHeight As System.Int32
    
    
    public System.Int32 ModuleHeight { get; set; }
    
    
    public: __property System.Int32 get_ModuleHeight();
    public: __property void set_ModuleHeight(
    System.Int32 value
    );
    public:
    property System.Int32 ModuleHeight { System.Int32 get(); void set(System.Int32 value); }

    Property Value

    The ratio ModuleHeight/ModuleWidth shall be an integer value.
    Only needed for PDF417.
    For PDF417, the acceptable ratio range shall be from 1 to 4.
    For QRCode and DataMatrix, this ratio shall always be 1.
    Requirements

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

    See Also