MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::Pdf::ImageParams Struct Reference

Parameters to adding image from file. More...

#include <MRPdf.h>

Public Types

enum class  UniformScale { UniformScale::None , UniformScale::FromWidth , UniformScale::FromHeight , UniformScale::Auto }
 set height to keep same scale as width scale More...
 
enum class  AlignmentVertical { AlignmentVertical::Top , AlignmentVertical::Center , AlignmentVertical::Bottom }
 

Public Attributes

Vector2f size
 
std::string caption
 caption if not empty - add caption under marks (if exist) or image.
 
enum MR::Pdf::ImageParams::UniformScale uniformScale = UniformScale::None
 
enum MR::Pdf::ImageParams::AlignmentVertical alignmentVertical = AlignmentVertical::Top
 
AlignmentHorizontal alignmentHorizontal = AlignmentHorizontal::Left
 

Detailed Description

Parameters to adding image from file.


The documentation for this struct was generated from the following file: