PTPDFAnnotationBorder
@interface PTPDFAnnotationBorder : NSObject <PTPDFAnnotationBorderAppearance>A representation of the border around a PDF annotation.
- 
                  
                  Initializes a PTPDFAnnotationBorderinstance.DeclarationObjective-C - (nonnull instancetype)init;Swift init()Return ValueAn initialized PTPDFAnnotationBorderinstance.
- 
                  
                  The width of the border. Note The default value of this property is1.0.DeclarationObjective-C @property (nonatomic) CGFloat width;Swift var width: CGFloat { get set }
- 
                  
                  The horizontal corner radius of the border. Note The default value of this property is0.0.DeclarationObjective-C @property (nonatomic) CGFloat horizontalCornerRadius;Swift var horizontalCornerRadius: CGFloat { get set }
- 
                  
                  The vertical corner radius of the border. Note The default value of this property is0.0.DeclarationObjective-C @property (nonatomic) CGFloat verticalCornerRadius;Swift var verticalCornerRadius: CGFloat { get set }
- 
                  
                  The alternating pattern of dashes and gaps used in drawing the border. Note The default value of this property isnil.DeclarationObjective-C @property (nonatomic, copy, nullable) NSArray<NSNumber *> *dashPattern;Swift var dashPattern: [NSNumber]? { get set }
- 
                  
                  Compares this PTPDFAnnotationBorderinstance to another instance for equality.DeclarationObjective-C - (BOOL)isEqualToAnnotationBorder: (nonnull PTPDFAnnotationBorder *)annotationBorder;Swift func isEqual(to annotationBorder: PTPDFAnnotationBorder) -> BoolParametersannotationBorderThe other instance to compare against self.Return ValueYESif the two instances are equal,NOotherwise.
 PTPDFAnnotationBorder Class Reference
        PTPDFAnnotationBorder Class Reference