Pdf417Encoder.WidthToHeightRatio Method

PDF File Writer

Pdf417EncoderWidthToHeightRatio Method

Adjust rows and columns to achive width to height ratio

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public bool WidthToHeightRatio(
	double Ratio
)

Parameters

Ratio
Type: SystemDouble
Requested width to height ratio

Return Value

Type: Boolean
Success or failure result
See Also