WebPdfContentAlignmentEnumJS Enumeration
In This Topic
Specifies available alignment modes of PDF content.
Members
Member | Description |
Left | The content is aligned in the the left edge of the layout rectangle. |
Right | The content is aligned in the the right edge of the layout rectangle. |
Top | The content is aligned in the the top edge of the layout rectangle. |
Bottom | The content is aligned in the the bottom edge of the layout rectangle. |
CenterLeft | The content is centered in the left edge of layout rectangle. |
CenterRight | The content is centered in the right edge of layout rectangle. |
CenterTop | The content is centered in the top edge of layout rectangle. |
CenterBottom | The content is centered in the bottom edge of layout rectangle. |
Center | The content is centered in the layout rectangle. |
FillHorizontal | The content is filled in the horizontal of the layout rectangle. |
FillVertical | The content is filled in the vertical of the layout rectangle. |
Fill | The content is filled in the layout rectangle. |
Inheritance Hierarchy
Object
 Vintasoft.Shared.WebEnumItemBaseJS
   Vintasoft.Shared.WebFlagsEnumItemBaseJS
     Vintasoft.Imaging.Pdf.WebPdfContentAlignmentEnumJS
Browser Compatibility
See Also