DocPicture
ReplaceImage Method
|
Replaces the image.
Namespace:
Spire.Doc.Fields
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void ReplaceImage(
byte[] imageBytes,
bool bIsKeepRation
)
Public Sub ReplaceImage (
imageBytes As Byte(),
bIsKeepRation As Boolean
)
public:
void ReplaceImage(
array<unsigned char>^ imageBytes,
bool bIsKeepRation
)
member ReplaceImage :
imageBytes : byte[] *
bIsKeepRation : bool -> unit
Parameters
-
imageBytes
-
Type:
System
Byte
The image bytes.
-
bIsKeepRation
-
Type:
System
Boolean
See Also