CPDFBorder Class Reference

Inherits from NSObject
Declared in CPDFBorder.h

– initWithStyle:lineWidth:dashPattern:

- (instancetype)initWithStyle:(CPDFBorderStyle)style lineWidth:(CGFloat)lineWidth dashPattern:(NSArray *)dashPattern

  style

Whether border is drawn solid, dashed etc.

@property (nonatomic, readonly) CPDFBorderStyle style

Discussion

Whether border is drawn solid, dashed etc.

See Also

Declared In

CPDFBorder.h

  lineWidth

Width of line used to stroke border.

@property (nonatomic, readonly) CGFloat lineWidth

Discussion

Width of line used to stroke border.

Declared In

CPDFBorder.h

  dashPattern

Array of floats specifying the dash pattern.

@property (nonatomic, readonly) NSArray *dashPattern

Discussion

Array of floats specifying the dash pattern.

Declared In

CPDFBorder.h