ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFPage Class / SetContent Method




In This Topic
    SetContent Method (ImGearPDFPage)
    In This Topic
    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()
    public bool SetContent()
    public: bool SetContent(); 
    public:
    bool SetContent(); 

    Return Value

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