Class PdfLayoutAttributes.Keys
Predefined keys of this dictionary.
public class PdfLayoutAttributes.Keys : PdfAttributesBase.Keys
- Inheritance
-
PdfLayoutAttributes.Keys
- Inherited Members
Constructors
Keys()
public Keys()
Fields
BBox
(Optional for Annot; required for any figure or table appearing in its entirety on a single page; not inheritable). An array of four numbers in default user space units giving the coordinates of the left, bottom, right, and top edges, respectively, of the element’s bounding box (the rectangle that completely encloses its visible content). This attribute applies to any element that lies on a single page and occupies a single rectangle.
public const string BBox = "/BBox"