|
THPDFPage.SetAnnotationBorderStyle
|
Forrige Metoder THPDFAnnotBorderStyle |
|
Installerer eller erstatter /BS-ordboken for kantstil på en annotasjon
Delphi-syntaks: procedure SetAnnotationBorderStyle(Annot: THPDFDictionaryObject; Width: Single; Style: THPDFAnnotBorderStyle; const DashPattern: array of Single);
C++-syntaks: void __fastcall SetAnnotationBorderStyle(THPDFDictionaryObject *Annot, float Width, THPDFAnnotBorderStyle Style, const float *DashPattern, const int DashPattern_Size);
Beskrivelse SetAnnotationBorderStyle bruker annotasjonskantstilene Solid, Dashed, Beveled, Inset eller Underline. Bredden angis i PDF-brukerenheter. DashPattern brukes bare for absDashed; send en tom matrise for å bruke standard strekmønster [3]
Bruk LastAnnotation til å bruke stilen på annotasjonen som sist ble opprettet av en Add*Annotation-metode eller av valgte hjelpere for skjemafelt
Se også: THPDFAnnotBorderStyle, LastAnnotation, AddPopupAnnotationFor, PDF Filter Support |