KiCad PCB EDA Suite
Loading...
Searching...
No Matches
page_info.h File Reference
#include <kicommon.h>
#include <wx/string.h>
#include <math/vector2d.h>

Go to the source code of this file.

Classes

class  PAGE_INFO
 Describe the page size and margins of a paper page on which to eventually print or plot. More...
 

Macros

#define MIN_PAGE_SIZE_MILS   1000
 Min and max page sizes for clamping, in mils.
 
#define MAX_PAGE_SIZE_PCBNEW_MILS   48000
 
#define MAX_PAGE_SIZE_EESCHEMA_MILS   120000
 
#define MIN_PAGE_SIZE_MM   25.4
 Min and max page sizes for clamping, in mm.
 
#define MAX_PAGE_SIZE_PCBNEW_MM   48000*.0254
 
#define MAX_PAGE_SIZE_EESCHEMA_MM   120000*.0254
 

Macro Definition Documentation

◆ MAX_PAGE_SIZE_EESCHEMA_MILS

#define MAX_PAGE_SIZE_EESCHEMA_MILS   120000

Definition at line 40 of file page_info.h.

◆ MAX_PAGE_SIZE_EESCHEMA_MM

#define MAX_PAGE_SIZE_EESCHEMA_MM   120000*.0254

Definition at line 45 of file page_info.h.

◆ MAX_PAGE_SIZE_PCBNEW_MILS

#define MAX_PAGE_SIZE_PCBNEW_MILS   48000

Definition at line 39 of file page_info.h.

◆ MAX_PAGE_SIZE_PCBNEW_MM

#define MAX_PAGE_SIZE_PCBNEW_MM   48000*.0254

Definition at line 44 of file page_info.h.

◆ MIN_PAGE_SIZE_MILS

#define MIN_PAGE_SIZE_MILS   1000

Min and max page sizes for clamping, in mils.

Definition at line 38 of file page_info.h.

◆ MIN_PAGE_SIZE_MM

#define MIN_PAGE_SIZE_MM   25.4

Min and max page sizes for clamping, in mm.

Definition at line 43 of file page_info.h.