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 styleDiscussion
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 lineWidthDiscussion
Width of line used to stroke border.
Declared In
CPDFBorder.h
dashPattern
Array of floats specifying the dash pattern.
@property (nonatomic, readonly) NSArray *dashPatternDiscussion
Array of floats specifying the dash pattern.
Declared In
CPDFBorder.h