Aspose::Pdf::PdfToMarkdown::LineBreakStyle enum

LineBreakStyle enum

Represents the possible line break styles for a file.

enum class LineBreakStyle

Values

NameValueDescription
Windows0Selects the Windows string wrap style(CRLF).
Unix1Select the Unix string wrap style(LF). Also used for OSX.
Auto2Automatically select the type of string wrapping based on the operating system.

See Also