MBFullDocumentImageDpi

@protocol MBFullDocumentImageDpi

@required

/**
 * Property for setting DPI for full document images
 * Valid ranges are [100,400]. Setting DPI out of valid ranges throws an exception
 *
 * Default: 250
 */
@property (nonatomic, assign) NSUInteger fullDocumentImageDpi;

@end

Undocumented

  • Property for setting DPI for full document images Valid ranges are [100,400]. Setting DPI out of valid ranges throws an exception

    Default: 250

    Declaration

    Objective-C

    @required
    @property (assign, readwrite, nonatomic) NSUInteger fullDocumentImageDpi;

    Swift

    var fullDocumentImageDpi: Int32 { get set }