PXC_WatermarkType Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXC_WatermarkType Enumeration}} | {{#customTitle:PXC_WatermarkType Enumeration}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:PXC_Enumerations|PXC_WatermarkType|enum}} |
{{ToReview}} | {{ToReview}} | ||
− | Specifies the flags for the watermark type | + | Specifies the flags for the watermark type that should be used. |
== Syntax == | == Syntax == | ||
Line 25: | Line 25: | ||
== See Also == | == See Also == | ||
− | [[PXV: | + | [[PXV:IPXC_WatermarkParams_WatermarkType|IPXC_WatermarkParams::WatermarkType]] |
Latest revision as of 01:52, 25 May 2015
Specifies the flags for the watermark type that should be used.
Syntax
enum PXC_WatermarkType { Watermark_Text = 0, Watermark_Image = 1, Watermark_PDF = 2, };
Constants
- Watermark_Text
- The watermark will take it's data from the text specified in the IPXC_WatermarkParams.
- Watermark_Image
- The watermark will take it's data from the Image File specified in the IPXC_WatermarkParams. Note that the specified file path should point to the existing valid image file.
- Watermark_PDF
- The watermark will take it's data from the File specified in the IPXC_WatermarkParams. Note that the specified file path should point to the existing valid PDF file.