Click or drag to resize

CPDFWatermarkSetHorizalign Method

Sets horizontal alignment,more:C_Watermark_Horizalign

Namespace:  ComPDFKit.PDFWatermark
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool SetHorizalign(
	C_Watermark_Horizalign horizalign
)

Parameters

horizalign
Type: ComPDFKit.PDFWatermarkC_Watermark_Horizalign
Horizontal alignment.

Return Value

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