UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
Defaults Class Reference

The defaults used for settings if not specified during object creation or set/changed. More...

#include <Defaults.h>

Inheritance diagram for Defaults:

Class Methods

(id< IPrintResolution >) + printerResolution
 
(void) + SetPrinterResolution:
 
(id< IRuler >) + ruler
 
(void) + SetRuler:
 
(AlignEnum+ alignment
 
(void) + SetAlignment:
 
(RotateEnum+ rotation
 
(void) + SetRotation:
 
(id< ICellSquare >) + cellSize
 
(void) + SetCellSize:
 
(id< ICellRect >) + cellSizeRect
 
(void) + SetCellSizeRect:
 

Properties

id< IPrintResolutionprinterResolution
 The printer resolution used for all objects created unless a different resolution is set. The placement of objects within a plane depends on the printer resolution when using units other than dots.
 
id< IRulerruler
 The ruler used by all objects if a specific ruler is not changed or provided. By changing the settings of this ruler, it allows all objects to use a common ruler scale/resolution.
 
AlignEnum alignment
 Alignment setting for objects.
 
RotateEnum rotation
 Rotation setting for objects.
 
id< ICellSquarecellSize
 The cell/module size for 2D barcodes if no size is specified.
 
id< ICellRectcellSizeRect
 The cell/module size for 2D barcodes if no size is specified.
 

Detailed Description

The defaults used for settings if not specified during object creation or set/changed.

Method Documentation

◆ alignment

+ (AlignEnum) alignment

◆ cellSize

+ (id< ICellSquare >) cellSize

◆ cellSizeRect

+ (id< ICellRect >) cellSizeRect

◆ printerResolution

+ (id< IPrintResolution >) printerResolution

◆ rotation

+ (RotateEnum) rotation

◆ ruler

+ (id< IRuler >) ruler

◆ SetAlignment:

+ (void) SetAlignment: (AlignEnum) alignment

◆ SetCellSize:

+ (void) SetCellSize: (id< ICellSquare >) cellSize

◆ SetCellSizeRect:

+ (void) SetCellSizeRect: (id< ICellRect >) cellSizeRect

◆ SetPrinterResolution:

+ (void) SetPrinterResolution: (id< IPrintResolution >) printerResolution

◆ SetRotation:

+ (void) SetRotation: (RotateEnum) rotation

◆ SetRuler:

+ (void) SetRuler: (id< IRuler >) ruler

Property Documentation

◆ alignment

- (AlignEnum) alignment
readwritenonatomicassign

Alignment setting for objects.

◆ cellSize

- (id<ICellSquare>) cellSize
readwritenonatomicstrong

The cell/module size for 2D barcodes if no size is specified.

◆ cellSizeRect

- (id<ICellRect>) cellSizeRect
readwritenonatomicstrong

The cell/module size for 2D barcodes if no size is specified.

◆ printerResolution

- (id<IPrintResolution>) printerResolution
readwritenonatomicstrong

The printer resolution used for all objects created unless a different resolution is set. The placement of objects within a plane depends on the printer resolution when using units other than dots.

◆ rotation

- (RotateEnum) rotation
readwritenonatomicassign

Rotation setting for objects.

◆ ruler

- (id<IRuler>) ruler
readwritenonatomicstrong

The ruler used by all objects if a specific ruler is not changed or provided. By changing the settings of this ruler, it allows all objects to use a common ruler scale/resolution.


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