Aspose::Pdf::FileSpecification::get_Contents method

FileSpecification::get_Contents method

Gets contents file. This property returns data loaded in memory which may cause Out of memory exception for large data. To decrease memory usage please use StreamContents.

System::SharedPtr<System::IO::Stream> Aspose::Pdf::FileSpecification::get_Contents()

See Also