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
initWithWidthDots:lengthDots:feedDots:
Deprecated. Just use initWithWidthDots:lengthDots:
instead.
Deprecated
feedDots:
Deprecated. Use extraFeedDots:
instead.
Deprecated