C#
VB
C++
Gets or sets the ratio of the width of the smallest element (specified by the value of the Module property) to the height of a row of the PDF417 symbol.
[DataMemberAttribute(Name="ModAspectRatio", IsRequired=true)]
public int ModAspectRatio { get; set; }
<DataMemberAttribute(Name="ModAspectRatio", IsRequired=True)>
Public Property ModAspectRatio As Integer
[DataMemberAttribute(Name="ModAspectRatio", IsRequired=true)]
public:
property int ModAspectRatio {
int get();
void set ( int );
}
The ratio of the width of the smallest element.
For an example, refer to BarcodeWritePdf class example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET