A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
ComPDFKit.PDFDocument
CPDFBackground Class
CPDFBackground Methods
SetImage Method
SetImage Method (String, String, C_Scale_Type)
SetImage Method (Byte[], Int32, Int32, C_Scale_Type)
CPDFBackground
SetImage Method (String, String, C_Scale_Type)
Sets the image of the background.
Namespace:
ComPDFKit.PDFDocument
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.1.0+b8a973db4fce43f68ed31640e557d7c5478d7f58
Syntax
C#
Copy
public
bool
SetImage
(
string
imagePath
,
string
smaskPath
,
C_Scale_Type
scaleType
)
Parameters
imagePath
Type:
System
String
image path
smaskPath
Type:
System
String
smask path
scaleType
Type:
ComPDFKit.Import
C_Scale_Type
scale type
Return Value
Type:
Boolean
Returns true on success, false on failure.
See Also
Reference
CPDFBackground Class
SetImage Overload
ComPDFKit.PDFDocument Namespace