Click or drag to resize

C_Background_Vertalign Enumeration

Vertical alignment.

Namespace:  ComPDFKit.PDFDocument
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
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