StamperSetAsBackground Method |
Specifies if the stamp is to be stamped in the background or the foreground.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetAsBackground(
bool background
)
Public Sub SetAsBackground (
background As Boolean
)
public:
virtual void SetAsBackground(
[InAttribute] bool background
) sealed
function SetAsBackground(background);
Parameters
- background
- Type: SystemBoolean
A flag specifying if the stamp should be added
as a background layer to the destination page
See Also