|
BorderStyle property (TgtPDFCircleAnnot) |
Top |
|
property BorderStyle: TgtBorderStyle read FBorderStyle write SetBorderStyle default brSolid;
Description It specifies the style of the border for circle annotation. It could be one of the following.
TgtBorderStyle=(brSolid, brDashed, brBeveled, brInset, brUnderline);
Value Meaning brSolid A solid rectangle surrounding the annotation. brDashed A dashed rectangle surrounding the annotation. brBeveled A simulated embossed rectangle that appears to be raised above the surface of the page. brInset A simulated engraved rectangle that appears to be recessed below the surface of the page. brUnderline A single line along the bottom of the annotation rectangle. |