Aspose::Pdf::PdfToMarkdown::HeadingLevels::HeadingLevels constructor

HeadingLevels::HeadingLevels() constructor

Creates a new instance of the HeadingLevels class.

Aspose::Pdf::PdfToMarkdown::HeadingLevels::HeadingLevels()

See Also

HeadingLevels::HeadingLevels(double) constructor

Creates a new instance of the HeadingLevels class.

Aspose::Pdf::PdfToMarkdown::HeadingLevels::HeadingLevels(double threshold)
ParameterTypeDescription
thresholddoubleThe threshold value to compare font sizes. Within the threshold, the header levels are the same. The threshold default value is 0.01.

See Also