Click or drag to resize

CPDFWatermarkSetVertalign Method

Sets vertical alignment,more:C_Watermark_Vertalign

Namespace:  ComPDFKit.PDFWatermark
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool SetVertalign(
	C_Watermark_Vertalign vertalign
)

Parameters

vertalign
Type: ComPDFKit.PDFWatermarkC_Watermark_Vertalign
Vertical alignment.

Return Value

Type: Boolean
Returns whether to successfully set vertical alignment.
See Also