BRLMPJPrintSettingsCustomPaperSize
Instance method
initWithWidthDots:lengthDots:
Declaration
- (instancetype)initWithWidthDots:(NSUInteger)width lengthDots:(NSUInteger)length;
Properties
widthDots
Since this width is specified in bytes, this must be set a multiple of 8 since.
Declaration
@property (nonatomic, readonly) NSUInteger widthDots;
lengthDots
Declaration
@property (nonatomic, readonly) NSUInteger lengthDots;
Deprecates
Deprecated
initWithWidthDots:lengthDots:feedDots:
Please use initWithWidthDots:lengthDots:
instead.
feedDots:
Please use extraFeedDots:
instead.