PXC_BackgroundType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:PXC_BackgroundType Enumeration}}
 
{{#customTitle:PXC_BackgroundType Enumeration}}
 
{{#parentPage:PXV:PXC|PXC_BackgroundType Enumeration|enum}}
 
{{#parentPage:PXV:PXC|PXC_BackgroundType Enumeration|enum}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Specifies the ...
+
Specifies the flags for the type of the background which should be used.
  
 
== Syntax ==
 
== Syntax ==
Line 18: Line 17:
 
== Constants ==
 
== Constants ==
 
;Background_Color
 
;Background_Color
:The ...
+
:The background will take it's data from the [[PXV:IPXC_BackgroundParams_FillColor|Fill Color]] specified in the [[PXV:IPXC_BookmarkParams|IPXC_BookmarkParams]].
 
;Background_Image
 
;Background_Image
:The ...
+
:The background will take it's data from the [[PXV:IPXC_BackgroundParams_BackgroundFile|Background File]] specified in the [[PXV:IPXC_BookmarkParams|IPXC_BookmarkParams]]. Note that the specified file path should point to the existing valid image file.
 
;Background_PDF
 
;Background_PDF
:The ...
+
:The background will take it's data from the [[PXV:IPXC_BackgroundParams_BackgroundFile|Background File]] specified in the [[PXV:IPXC_BookmarkParams|IPXC_BookmarkParams]]. Note that the specified file path should point to the existing valid PDF file.
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IPXC_BookmarkParams|IPXC_BookmarkParams]]
 +
[[PXV:IPXC_BackgroundParams_FillColor|IPXC_BackgroundParams_FillColor]]
 +
[[PXV:IPXC_BackgroundParams_BackgroundFile|IPXC_BackgroundParams_BackgroundFile]]

Revision as of 07:00, 4 May 2015


Specifies the flags for the type of the background which should be used.

Syntax

enum PXC_BackgroundType
{
    Background_Color = 0;
    Background_Image = 1;
    Background_PDF   = 2;
};

Constants

Background_Color
The background will take it's data from the Fill Color specified in the IPXC_BookmarkParams.
Background_Image
The background will take it's data from the Background File specified in the IPXC_BookmarkParams. Note that the specified file path should point to the existing valid image file.
Background_PDF
The background will take it's data from the Background File specified in the IPXC_BookmarkParams. Note that the specified file path should point to the existing valid PDF file.

See Also

IPXC_BookmarkParams IPXC_BackgroundParams_FillColor IPXC_BackgroundParams_BackgroundFile