Get an svg or flash page. No scaling is necessary for these file types so the full page should be acceptable.
'Declaration
Public Function GetPage( _
ByVal As System.String _
) As System.IO.Stream
'Usage
Dim instance As Page
Dim requestedFileType As System.String
Dim value As System.IO.Stream
value = instance.GetPage(requestedFileType)
public System.IO.Stream GetPage(
System.string
)
public function GetPage(
: System.String
): System.IO.Stream;
public function GetPage(
: System.String
) : System.IO.Stream;
public: System.IO.Stream* GetPage(
System.string*
)
public:
System.IO.Stream^ GetPage(
System.String^
)
Parameters
- requestedFileType
- File type can only be flash (swf) or vectored (svg).
Return Value
Image stream if no problems.