THPDFPage.AddCircleSquareAnnotation

THPDFPage

 

ด้านบน  ก่อนหน้า  ถัดไป

เพิ่มคำอธิบายประกอบ CircleSquare ใหม่บนหน้าปัจจุบัน

 

ประเภท

THPDFCSAnnotationType = (csCircle, csSquare);

 

Delphi syntax:

procedure AddCircleSquareAnnotation ( Contents: AnsiString; Rectangle: TRect; CSType: THPDFCSAnnotationType; Color: TColor = clRed );

 

C++ syntax:

void __fastcall AddCircleSquareAnnotation(AnsiString Contents, Windows::TRect &Rectangle, THPDFCSAnnotationType CSType, Graphics::TColor Color);

 

คำอธิบาย

ใช้ AddCircleSquareAnnotation เพื่อเพิ่มคำอธิบายประกอบ CircleSquare ใหม่ที่ระบุข้อความ (Contents), พื้นที่สี่เหลี่ยมผืนผ้า (Rectangle), ประเภท (CSType) และสีบนหน้าปัจจุบัน

 

Value                Meaning


csCircle                     The annotation will be circle.

csSquare                   The annotation will be square.

 

 

Circle and square annotation preview