PXC_WatermarkType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:PXC_WatermarkType Enumeration}}
 
{{#customTitle:PXC_WatermarkType Enumeration}}
 
{{#parentPage:PXV:PXC|PXC_WatermarkType Enumeration|enum}}
 
{{#parentPage:PXV:PXC|PXC_WatermarkType Enumeration|enum}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Specifies the ...
+
Specifies the flags for the watermark type which should be used.
  
 
== Syntax ==
 
== Syntax ==
Line 18: Line 17:
 
== Constants ==
 
== Constants ==
 
;Watermark_Text
 
;Watermark_Text
:The ...
+
:The watermark will take it's data from the text specified in the [[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]].
 
;Watermark_Image
 
;Watermark_Image
:The ...
+
:The watermark will take it's data from the [[PXV:IPXC_WatermarkParams_ImageFile|Image File]] specified in the [[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]]. Note that the specified file path should point to the existing valid image file.
 
;Watermark_PDF
 
;Watermark_PDF
:The ...
+
:The watermark will take it's data from the [[PXV:IPXC_WatermarkParams_ImageFile|Image File]] specified in the [[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]]. Note that the specified file path should point to the existing valid PDF file.
  
 
== See Also ==
 
== See Also ==
 
See also ...
 
See also ...

Revision as of 07:08, 7 May 2015


Specifies the flags for the watermark type which 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 Image File specified in the IPXC_WatermarkParams. Note that the specified file path should point to the existing valid PDF file.

See Also

See also ...