|
ComPDF Objective-C SDK
API Reference Documentation for ComPDF Objective-C SDK
|
A rectangle defined by four edges. More...
#include <document_ai.h>
Properties | |
| int | left |
| Left edge (inclusive). | |
| int | top |
| Top edge (inclusive). | |
| int | right |
| Right edge (exclusive or inclusive by context). | |
| int | bottom |
| Bottom edge (exclusive or inclusive by context). | |
A rectangle defined by four edges.
Definition at line 62 of file document_ai.h.
|
readwritenonatomicassign |
Bottom edge (exclusive or inclusive by context).
Definition at line 70 of file document_ai.h.
|
readwritenonatomicassign |
Left edge (inclusive).
Definition at line 64 of file document_ai.h.
|
readwritenonatomicassign |
Right edge (exclusive or inclusive by context).
Definition at line 68 of file document_ai.h.
|
readwritenonatomicassign |
Top edge (inclusive).
Definition at line 66 of file document_ai.h.