Universal Document Converter
製品の概要
ダウンロード
ご購入
チュートリアル
開発者の方へ
サポートサービス
fCoder SIAについて


      サイト検索
   


      Video tutorial
Show tutorial



Main page>Developer Solutions>Interfaces>IUDC>IUDCPrinter>IProfile>IWatermark

IWatermark


The IWatermark interface is designed to apply text or graphic watermarks to output file pages.

Properties

Enum Mode

Defines the type of watermark to be applied to output document pages during conversion. It is both readable and writable.
ConstantValueDescription
WM_NONE0No watermark
WM_TEXT1Text watermarks are applied to output file pages
WM_PICTURE2Graphic watermarks are applied to output file pages

IPictureWatermark PictureWatermark
Provides access to the IPictureWatermark interface which is used to configure graphic watermarks.

ITextWatermark TextWatermark
Provides access to the ITextWatermark interface which is used to configure text watermarks.

Examples

Visual Basic 6

Dim objUDC As IUDC Dim itfPrinter As IUDCPrinter Dim itfProfile As IProfile Set objUDC = New UDC.APIWrapper Set itfPrinter = objUDC.Printers("Universal Document Converter") Set itfProfile = itfPrinter.Profile itfProfile.Watermark.Mode = WM_PICTURE


© fCoder SIA fCoder SIAについて | サイトマップ