You are on page 1of 2

// -----------------------------------------------------------------------------// Document size templates

//------------------------------------------------------------------------------// Structure:
//
// Section 'General'
// MeasureUnit - measure units (Millimeter, Centimeter, Inch)
// SizeCount - amount of size records (maximum value = 25)
//
// Section 'Size'
// Name - name of the size
// Subname - subname of the size (can be empty)
// Width - width of the size in MeasureUnit
// Height - height of the size in MeasureUnit
//
// Notes:
// Section 'Size' has to have unique consequtive name e.g. Size1, Size2, Size3.
// To add the new size of the documents just edit existing sections or add new o
nes.
//------------------------------------------------------------------------------[General]
MeasureUnit = Millimeter
SizeCount = 25
[Size1]
Name = US Letter
Subname = Vertical
Width = 216,0
Height = 279,0
[Size2]
Name = US Letter
Subname = Horizontal
Width = 279,0
Height = 216,0
[Size3]
Name = A4
Subname = Vertical
Width = 210,0
Height = 297,0
[Size4]
Name = A4
Subname = Horizontal
Width = 297,0
Height = 210,0
[Size5]
Name = A3
Subname = Vertical
Width = 297,0
Height = 420,0
[Size6]
Name = A3

Subname = Horizontal
Width = 420,0
Height = 297,0
[Size7]
Name = Medium
Subname = Vertical
Width = 457,2
Height = 609,6
[Size8]
Name = Medium
Subname = Horizontal
Width = 609,6
Height = 457,2
[Size9]
Name = Large
Subname = Vertical
Width = 609,6
Height = 914,4
[Size10]
Name = Large
Subname = Horizontal
Width = 914,4
Height = 609,6

You might also like