Click or drag to resize

C_Background_Vertalign Enumeration

Vertical alignment.

Namespace:  ComPDFKit.PDFDocument
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 3.0.0+4b8ae91508c7f16ebf511129b42dfd307f45e350
Syntax
C#
public enum C_Background_Vertalign
Members
  Member nameValueDescription
BG_VERTALIGN_UNKNOWN-1 Unknown type
BG_VERTALIGN_TOP0 Align Vertically to the top
BG_VERTALIGN_CENTER1 Align Vertically centered
BG_VERTALIGN_BOTTOM2 Align Vertically to the bottom
See Also