Aspose::Pdf::Fixup enum

Fixup enum

This enum represents an type of Fixup.

enum class Fixup

Values

NameValueDescription
ConvertAllPagesIntoCMYKImagesAndPreserveTextInformation0Not supported.
ConvertFontsToOutlines1Not supported.
DerivePageGeometryBoxesFromCropMarks2Not supported.
EmbedMissingFonts3Not supported.
RotatePagesToLandscape4Rotate all pages to landscape if portrait by 90 degrees.
RotatePagesToPortrait5Rotate all pages to portrait if landscape by 90 degrees.

See Also