ImageGear .NET - Updated July 5, 2018
SetContent Method (ImGearPDFPage)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFPage Class : SetContent Method
Sets the page's PDE content back into the page object.
Syntax
'Declaration
 
Public Function SetContent() As Boolean
 
'Usage
 
Dim instance As ImGearPDFPage
Dim value As Boolean
 
value = instance.SetContent()

Return Value

Boolean value indicating success.
Remarks
Uses the same compression filters with which the content was previously encoded.
See Also

Reference

ImGearPDFPage Class
ImGearPDFPage Members
ImGearPDEContent Class