ImageGear .NET v25.2 - Updated
ImageGear.Presentation Assembly / ImageGear.Display Namespace / ImGearPresentationPageDisplay Class / Export Method




In This Topic
    Export Method (ImGearPresentationPageDisplay)
    In This Topic
    Exports the image and annotations content to an ImageGear.Core.ImGearRasterPage.
    Syntax
    'Declaration
     
    Public Function Export() As ImGearRasterPage
    'Usage
     
    Dim instance As ImGearPresentationPageDisplay
    Dim value As ImGearRasterPage
     
    value = instance.Export()
    public ImGearRasterPage Export()
    public: ImGearRasterPage* Export(); 
    public:
    ImGearRasterPage^ Export(); 

    Return Value

    Remarks

    This method renders the image represented by the Page property and the annotations represented by the ARTPage property using the WPF, and exports the result composition to an ImageGear.Core.ImGearRasterPage object. It renders the image with the actual size ignoring display contrast and transform settings, and maintains the original image page orientation.

    See Also