ImageGear21.Presentation Assembly > ImageGear.Display Namespace > ImGearPresentationPageDisplay Class : Export Method |
'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();
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.